LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 752|回复: 2

Samba配置问题

[复制链接]
发表于 2003-5-8 21:24:12 | 显示全部楼层 |阅读模式
server对samba进行配置后,windows的client在一次输入密码之后
可以自由访问。但是这个windows用户下一次登录这台client的
机器的时候,不用输入密码就可以访问server的资源了。
我想设置为每次访问都必须输入密码的方式,应该怎么作呢?
我的配置文件是:
#smb.conf

[global]
        workgroup = HPCC
        server string = try
        hosts allow = 202.38.76.
        netbios name = lab516

        printcap name = /etc/printcap
        load printers = no
        printing = lprng

        log file = /var/log/samba/%m.log

        security = user
        encrypt passwords = yes
        smb passwd file = /etc/samba/smbpasswd

        unix password sync = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*al

        pam password change = yes
        obey pam restrictions = yes

        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        username map = /etc/samba/smbusers
        dns proxy = no

#============================ Share Definitions ==============================
#[homes]
#       comment = Home Directories
#       browseable = no
#       writeable = yes
#       valid users = %S

        security = user
        encrypt passwords = yes
        smb passwd file = /etc/samba/smbpasswd

        unix password sync = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*al

        pam password change = yes
        obey pam restrictions = yes

        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        username map = /etc/samba/smbusers
        dns proxy = no

#============================ Share Definitions ==============================
#[homes]
#       comment = Home Directories
#       browseable = no
#       writeable = yes
#       valid users = %S
#       create mode = 0664
#       directory mode = 0775

[printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
        printable = no

[gpliu]
        comment = gpliu's
        path = /home/gpliu
        writeable = yes
        valid users = gpliu
发表于 2003-5-9 03:56:30 | 显示全部楼层
我也碰到这个问题,有谁知道怎么处理啊?
发表于 2003-5-9 09:49:52 | 显示全部楼层

我觉得不应该是配置的问题

我觉得不应该是samba配置的问题,既然你设置的安全级别是用户级,那么如果windows客户端是95或者98,那么windows用户名应该和linux上的用户名一致,这样不用输入密码就可以共享资源,如果是2000或者xp,可以不用一样的用户名,这时候就需要输入密码,不过一般情况下,重新启动windows客户端之后,共享资源就需要重新输入密码,如果没有提示密码直接进入,那就可能是windows客户端自动记住了你的密码。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表