On Tue Jul 24 17:41:45 2007, Steve Langasek <[EMAIL PROTECTED]> wrote: > > With 'encrypt passwords = false' and 'valid users = %S', I am able to > connect to my home share using smbclient //localhost/vorlon. I've tested > this with both the etch and sid versions of samba. > > At this point, I'm inclined to assume that you have some other incorrect > configuration options enabled in your smb.conf, and that this is the source > of the problem you're having. At least, there is no evidence of a bug here, > so I would recommend that you get in touch with the upstream support list > for further troubleshooting help. > > -- > Steve Langasek Give me a lever long enough and a Free OS > Debian Developer to set it on, and I can move the world. > [EMAIL PROTECTED] http://www.debian.org/ >
Thank you, Steve, for helping me out. The preexec problem for logging has been solved. A little typo causing it to fail. Anyways, that part is alright now. As for the "valid users = %S" problem, the problem is still there. There shouldn't be any other setting in the configuration that causes problems as the smb.conf file that I attached in my previous message is all I have in the smb.conf. Whenever the "valid users = %S" line is enabled, it stopped working. Really clueless. <=========================v=v=v= Config (v3) =v=v=v=========================> 1>> [global] 2>> workgroup = AlwaysBIG 3>> encrypt passwords = false 4>> root preexec = /bin/bash /etc/samba/conn_log.sh "%T: CONN s:%S p:%P [EMAIL PROTECTED]" 5>> root postexec = /bin/bash /etc/samba/conn_log.sh "%T: DISC s:%S p:%P [EMAIL PROTECTED]" 6>> 7>> [homes] 8>> comment = Home Directories 9>> browseable = no 10>> writable = yes 11>> create mask = 0700 12>> directory mask = 0700 13>> valid users = %S <=========================^=^=^= Config (v3) =^=^=^=========================> Further advise is much appreciated. -- Joe C.K. Yau -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]