Displaying 1 result from an estimated 1 matches for "bad_passwd".
Did you mean:
  back_passwd
  
2003 Feb 11
0
Samba and a headache
...9;t find any errors.
I am including all the configuration files i have below.
Greetings and thanks in advance for your help!!
SMB.CONF :
[global]
   netbios name = Server
   server string = Samba-Server
   workgroup = INTSER
#   encrypt passwords = yes  * also tried to enable this, but i get a BAD_PASSWD reply.
#   update encrypted = yes *same as above
   security = user
   browseable = yes
   smb passwd file = /etc/samba/smbpasswd
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[homes]
   comment = Directorios Locales
   browseable = yes
   writeable = yes
   valid users = %S
   cre...