当前位置:  技术问答>linux和unix

请问SAMBA是如何配置的?我装的是FEDROA 6,用的是samba RPM包来装的,请指教!!!!!!! 加分!!!!

    来源: 互联网  发布时间:2016-02-20

    本文导语:  SAMBA是如何配置的?我装的是samba   RPM包,在windows访问时总是提示要输入用户名和密码,我已经修改过配置文件了,smb   .conf的内容如下: #=======================   Global   Settings   ==============================...

SAMBA是如何配置的?我装的是samba   RPM包,在windows访问时总是提示要输入用户名和密码,我已经修改过配置文件了,smb   .conf的内容如下:

#=======================   Global   Settings   =====================================
[global]

#   workgroup   =   NT-Domain-Name   or   Workgroup-Name,   eg:   MIDEARTH
      workgroup   =   public

#   server   string   is   the   equivalent   of   the   NT   Description   field
      server   string   =   Samba   Server

#   Security   mode.   Defines   in   which   mode   Samba   will   operate.   Possible  
#   values   are   share,   user,   server,   domain   and   ads.   Most   people   will   want  
#   user   level   security.   See   the   Samba-HOWTO-Collection   for   details.
      security   =   share

#   This   option   is   important   for   security.   It   allows   you   to   restrict
#   connections   to   machines   which   are   on   your   local   network.   The
#   following   example   restricts   access   to   two   C   class   networks   and
#   the   "loopback"   interface.   For   more   examples   of   the   syntax   see
#   the   smb.conf   man   page
;       hosts   allow   =   192.168.1.   192.168.2.   127.

#   If   you   want   to   automatically   load   your   printer   list   rather
#   than   setting   them   up   individually   then   you'll   need   this
      load   printers   =   yes

#   you   may   wish   to   override   the   location   of   the   printcap   file
;       printcap   name   =   /etc/printcap

#   on   SystemV   system   setting   printcap   name   to   lpstat   should   allow
#   you   to   automatically   obtain   a   printer   list   from   the   SystemV   spool
#   system
;       printcap   name   =   lpstat

#   It   should   not   be   necessary   to   specify   the   print   system   type   unless
#   it   is   non-standard.   Currently   supported   print   systems   include:
#   bsd,   cups,   sysv,   plp,   lprng,   aix,   hpux,   qnx
;       printing   =   cups

#   This   option   tells   cups   that   the   data   has   already   been   rasterized
cups   options   =   raw

#   Uncomment   this   if   you   want   a   guest   account,   you   must   add   this   to   /etc/passwd
#   otherwise   the   user   "nobody"   is   used
    guest   account   =   pcguest

#   this   tells   Samba   to   use   a   separate   log   file   for   each   machine
#   that   connects
      log   file   =   /var/log/samba/%m.log

#   Put   a   capping   on   the   size   of   the   log   files   (in   Kb).
      max   log   size   =   50

#   Use   password   server   option   only   with   security   =   server
#   The   argument   list   may   include:
#       password   server   =   My_PDC_Name   [My_BDC_Name]   [My_Next_BDC_Name]
#   or   to   auto-locate   the   domain   controller/s
#       password   server   =   *
;       password   server   =   

#   Use   the   realm   option   only   with   security   =   ads
#   Specifies   the   Active   Directory   realm   the   host   is   part   of
;       realm   =   MY_REALM

#   Backend   to   store   user   information   in.   New   installations   should  
#   use   either   tdbsam   or   ldapsam.   smbpasswd   is   available   for   backwards  
#   compatibility.   tdbsam   requires   no   further   configuration.
;       passdb   backend   =   tdbsam

#   Using   the   following   line   enables   you   to   customise   your   configuration
#   on   a   per   machine   basis.   The   %m   gets   replaced   with   the   netbios   name
#   of   the   machine   that   is   connecting.
#   Note:   Consider   carefully   the   location   in   the   configuration   file   of
#               this   line.     The   included   file   is   read   at   that   point.
;       include   =   /usr/local/samba/lib/smb.conf.%m

#   Configure   Samba   to   use   multiple   interfaces
#   If   you   have   multiple   network   interfaces   then   you   must   list   them
#   here.   See   the   man   page   for   details.
;       interfaces   =   192.168.12.2/24   192.168.13.2/24  

#   Browser   Control   Options:
#   set   local   master   to   no   if   you   don't   want   Samba   to   become   a   master
#   browser   on   your   network.   Otherwise   the   normal   election   rules   apply
;       local   master   =   no

#   OS   Level   determines   the   precedence   of   this   server   in   master   browser
#   elections.   The   default   value   should   be   reasonable
;       os   level   =   33

#   Domain   Master   specifies   Samba   to   be   the   Domain   Master   Browser.   This
#   allows   Samba   to   collate   browse   lists   between   subnets.   Don't   use   this
#   if   you   already   have   a   Windows   NT   domain   controller   doing   this   job
;       domain   master   =   yes  

#   Preferred   Master   causes   Samba   to   force   a   local   browser   election   on   startup
#   and   gives   it   a   slightly   higher   chance   of   winning   the   election
;       preferred   master   =   yes

#   Enable   this   if   you   want   Samba   to   be   a   domain   logon   server   for  
#   Windows95   workstations.  
;       domain   logons   =   yes

#   if   you   enable   domain   logons   then   you   may   want   a   per-machine   or
#   per   user   logon   script
#   run   a   specific   logon   batch   file   per   workstation   (machine)
;       logon   script   =   %m.bat
#   run   a   specific   logon   batch   file   per   username
;       logon   script   =   %U.bat

#   Where   to   store   roving   profiles   (only   for   Win95   and   WinNT)
#                 %L   substitutes   for   this   servers   netbios   name,   %U   is   username
#                 You   must   uncomment   the   [Profiles]   share   below
;       logon   path   =   \%\Profiles

#   Windows   Internet   Name   Serving   Support   Section:
#   WINS   Support   -   Tells   the   NMBD   component   of   Samba   to   enable   it's   WINS   Server
;       wins   support   =   yes

#   WINS   Server   -   Tells   the   NMBD   components   of   Samba   to   be   a   WINS   Client
# Note:   Samba   can   be   either   a   WINS   Server,   or   a   WINS   Client,   but   NOT   both
;       wins   server   =   w.x.y.z

#   WINS   Proxy   -   Tells   Samba   to   answer   name   resolution   queries   on
#   behalf   of   a   non   WINS   capable   client,   for   this   to   work   there   must   be
#   at   least   one WINS   Server   on   the   network.   The   default   is   NO.
;       wins   proxy   =   yes

#   DNS   Proxy   -   tells   Samba   whether   or   not   to   try   to   resolve   NetBIOS   names
#   via   DNS   nslookups.   The   default   is   NO.
      dns   proxy   =   no  

#   These   scripts   are   used   on   a   domain   controller   or   stand-alone  
#   machine   to   add   or   delete   corresponding   unix   accounts
;     add   user   script   =   /usr/sbin/useradd   %u
;     add   group   script   =   /usr/sbin/groupadd   %g
;     add   machine   script   =   /usr/sbin/adduser   -n   -g   machines   -c   Machine   -d   /dev/null   -s   /bin/false   %u
;     delete   user   script   =   /usr/sbin/userdel   %u
;     delete   user   from   group   script   =   /usr/sbin/deluser   %u   %g
;     delete   group   script   =   /usr/sbin/groupdel   %g


#============================   Share   Definitions   ==============================

[public]
path   =   /home/wilsonshare
writeable   =   yes


是不是关RPM包的问题呢?请高人指教指教,例出具体的方法,是如何配置文件的,谢谢!

|
值得注意的一个问题是:关闭防火墙,和禁止 SeLinux,

|
给samba加个用户设密码,这里用root用户为例 
#   smbpasswd   -a   root 

smb.conf里添加 
[rootfs] 
comment   =   Rootfs   Directories 
path   =   / 
valid   users   =   root 
public   =   yes 
writable   =   yes

|
[global]
   workgroup = TUX-NET^M
   printing = cups      printcap name = cups    ^M
   printcap cache time = 750    ^M
   cups options = raw   ^M
   printer admin = @ntadmin, root, administrator        ^M
   username map = /etc/samba/smbusers   ^M
   map to guest = Bad User      ^M
   logon path = \%Lprofiles.msprofile        ^M
   logon home = \%L%U.9xprofile^M
   logon drive = P:    
#security = domain     
   security = user 
  encrypt passwords = yes

smb.conf文件中,注意红字体。试试

    
 
 

您可能感兴趣的文章:

  • 请问谁有weblogic6.1sp1的crack??大大加分!!请多帮忙!!!
  • 请问各位大哥:如何将FRAME上的咖啡标志改成自己设计的标记呢?一定加分!急!急!急!
  • 请问别人帮你回答了问题如何给他加分?
  • 请问谁知道网上那有免费的scjp bible,一定大大加分??
  • 请问jdk1.4+tomcat4.1.12在windowsXP下可否正常运行?加分,在线等待!
  • 请问怎样将系统信息不显示在主控台(tty1)上.高分,再加分的 !!
  • <help!!急!!!>请问如何将一linux机与一Windows 9X机互连?保证加分!!!!!
  • 请问VMware装FC6后怎么设置才能上网?[必加分!]
  • 请问如何实现声音的录制和播放?不够了再加分
  • 请问各们JAVA高手,我想学JAVA,请问是VJ好还是JB好,如何入手。谢谢了。我现在最多可以出22分。以后加分
  • 请问如何用LINUX远程影射WINNT的硬盘分区,各路大侠请指教
  • 请问如何捕获linux c SOCKET中SEND的错误,请指教,谢谢!
  • 请问重新编译LINUX内核是否能将没有用的外设的驱动程序删除并减少内核占有内存的资源?请好心人仕指教!
  • 请问一个简单问题我有一个tar文件需要gunzip压缩,我用gzip -c 先压缩,然后再用gunzip -c可就是不行。请高人指教
  • 菜鸟一问:请问怎么启动线程?高手请指教
  • 请问一些jsp的常识问题!望大侠们不惜指教!!重谢!
  • 我是第一次使用Linux,请问怎样才可以在Linux下访问windows下的文件,请大家指教
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问JDBC 需要配置吗?如要,如何配置??来者送分!!!
  • 请问该如何配置GTK的字体配置文件??
  • 请问:我想让配置文件变更后,发一个信号,从而让守护进程重新加载配置,程序思路大约是怎样的啊?
  • ??请问在windows下怎样配置sh的configure文件 许多开放源码项目在编译前都要配置configure才能编译. 可...
  • 大家好!我已经装好了红旗Linux桌面3.2正式版产品。现在我想配置通过局域网上网??请问我本机如何配置????
  • (急)请问大侠,JDK怎么配置?
  • 请问在Linux下怎样配置和调试ADSL上网啊?
  • 请问哪里有jboss有关配置的教程,最好是中文的,先谢了
  • 安装Mandriva时,配置显卡分辨率过高,请问该怎么改回来啊?
  • 请问多用户怎么使用同一配置文件
  • 请问:在配置Qt时,很多文档都说在.profile,.login里加东西,但是我好像没有发现有这两个文件上,请问这些文件在哪个目录下啊
  • 请问一个配置问题
  • 请问:linux 8.0 的防火墙配置文件是哪个?
  • 请问下大家关于读取配置文件的问题
  • 请问:我在win2000下装了一个vMware4.5,又装了一个linux9.0,可是不会配置网络,我的虚拟机已经配置好了桥连接,可是在linux下我不知道
  • 请问在linux下如何配置网络
  • 请问如何在 Solaris 10 上配置网络
  • 请问运行编译EJB,需要在什么环境下,如何配置,请给出详细的说明,谢谢!在线......
  • 请问red hat 7.1 如何配置中文环境。
  • 请问ejb怎么配置?
  • 请问:我知道路由器的telnet密码,但忘记了enable 密码,请问如何是好?
  • 我是第一次使用Linux,请问怎样才可以在Linux下访问windows下的文件,请大家指教 iis7站长之家
  • 请问最新的reahat9.0是基于什么核心的?2.4?2.6?请问那里能下载?
  • 请问:请问哪里有关于linux基本操作命令讲解的资料下载,最好是幻灯片格式的.
  • 请问,我试图用#admintool&图形工具命令来安装sun workshop5.0,为什么进入的却是用户管理界面?请问具体该如何在solaris下安装应用软件
  • 请问在Redhat 9里,我从登录就是图形介面,请问如何在图形介面内进入命令行方式呢,谢谢
  • 请问玩过SOLARIS的高手门,在不正常关机后,就不能启动到windows公用桌面了,只能在命令提示模式下了,请问怎么解决这个问题啊?急~!~!
  • 请问:我在redhat下装了bochs-2.2.1-1.rpm,.装了后,想设置一下,但找不到bochsrc.fda.bxrc,请问这个文件在哪个曰录下啊。
  • 请问:在GCC里的C程序里的变量的声明是不是只能在前面,而且相同类型的变量的声明只能放在一起?如果不是,请问怎么样可以解决这个问题.
  • 请问各位大虾,小弟今天开始学jsp了,这学期我们有java课,所以已经下载了jdk(好象是1.2),请问我的98环境怎么配置jsp环境呀?我的jdk可以运行.java程序,别的我就不知道了....谢谢!
  • 主机是WIN2000,我用的是LUNIX,请问是否可以共享上网? 如果可以请问如何设置? 500分答谢,龟儿食言!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3