Hi, I have something weird going on and I don't know what I'm doing wrong. I have Samba 2.2.8a running on FreeBSD 5.1 with NTLM authentication. I have been able to get a public share to work and it authenticates fine. When I try to create a private share with only 1 or 2 users having access it asks for a user name and password and when I supply the username and password it won't authenticate the NTLM username. BTW I'm using WinXP to connect to Samba and this is what my log.winbindd shows "nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(147) [531]: pam auth crap domain: DOMAIN-NAME user: USERNAME". Here is a copy of my smb.conf does anyone see anything wrong? workgroup = DOMAIN-NAME netbios name = SERVER-NAME server string = proxy security = domain log file = /var/log/sambalog.%m encrypt passwords = yes local master = no os level = 0 domain master = no preferred master = no wins support = no wins server = 0.0.0.0 wins proxy = no dns proxy = no log level = 3 max log size = 100000000 load printers = no winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind separator = . winbind use default domain = yes template homedir = /usr/share/%U template shell = /bin/false password server = * name resolve order = hosts lmhosts wins bcast nt acl support = yes [share] comment = temporary file space path = /usr/proxy browsable = yes read only = no public = yes printable = no writeable = yes [sarg] comment = sarg report files path = /usr/report username = DOMAIN-NAME\USERNAME (I have also tried DOAMIN-NAME.USERNAME) browsable = yes read only = no #public = yes printable = no writeable = yes Thanks in advance for your help. Thron
On the *nix side, I most of the time have to escape the backslash in the username (DOMAIN\\user). That is the only suggestion I can think of. -----Original Message----- From: Thron Havens [mailto:thavens@minkagroup.net] Sent: Monday, October 13, 2003 13:03 To: samba@lists.samba.org Subject: [Samba] Private shares problem Hi, I have something weird going on and I don't know what I'm doing wrong. I have Samba 2.2.8a running on FreeBSD 5.1 with NTLM authentication. I have been able to get a public share to work and it authenticates fine. When I try to create a private share with only 1 or 2 users having access it asks for a user name and password and when I supply the username and password it won't authenticate the NTLM username. BTW I'm using WinXP to connect to Samba and this is what my log.winbindd shows "nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(147) [531]: pam auth crap domain: DOMAIN-NAME user: USERNAME". Here is a copy of my smb.conf does anyone see anything wrong? workgroup = DOMAIN-NAME netbios name = SERVER-NAME server string = proxy security = domain log file = /var/log/sambalog.%m encrypt passwords = yes local master = no os level = 0 domain master = no preferred master = no wins support = no wins server = 0.0.0.0 wins proxy = no dns proxy = no log level = 3 max log size = 100000000 load printers = no winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind separator = . winbind use default domain = yes template homedir = /usr/share/%U template shell = /bin/false password server = * name resolve order = hosts lmhosts wins bcast nt acl support = yes [share] comment = temporary file space path = /usr/proxy browsable = yes read only = no public = yes printable = no writeable = yes [sarg] comment = sarg report files path = /usr/report username = DOMAIN-NAME\USERNAME (I have also tried DOAMIN-NAME.USERNAME) browsable = yes read only = no #public = yes printable = no writeable = yes Thanks in advance for your help. Thron -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
I tried making that change in my smb.conf and it didn't work. Any other suggestions? Thron -----Original Message----- From: Erik Soderquist [mailto:esoderquist@mcstamp.com] Sent: Monday, October 13, 2003 12:54 PM To: samba@lists.samba.org Subject: RE: [Samba] Private shares problem On the *nix side, I most of the time have to escape the backslash in the username (DOMAIN\\user). That is the only suggestion I can think of. -----Original Message----- From: Thron Havens [mailto:thavens@minkagroup.net] Sent: Monday, October 13, 2003 13:03 To: samba@lists.samba.org Subject: [Samba] Private shares problem Hi, I have something weird going on and I don't know what I'm doing wrong. I have Samba 2.2.8a running on FreeBSD 5.1 with NTLM authentication. I have been able to get a public share to work and it authenticates fine. When I try to create a private share with only 1 or 2 users having access it asks for a user name and password and when I supply the username and password it won't authenticate the NTLM username. BTW I'm using WinXP to connect to Samba and this is what my log.winbindd shows "nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(147) [531]: pam auth crap domain: DOMAIN-NAME user: USERNAME". Here is a copy of my smb.conf does anyone see anything wrong? workgroup = DOMAIN-NAME netbios name = SERVER-NAME server string = proxy security = domain log file = /var/log/sambalog.%m encrypt passwords = yes local master = no os level = 0 domain master = no preferred master = no wins support = no wins server = 0.0.0.0 wins proxy = no dns proxy = no log level = 3 max log size = 100000000 load printers = no winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind separator = . winbind use default domain = yes template homedir = /usr/share/%U template shell = /bin/false password server = * name resolve order = hosts lmhosts wins bcast nt acl support = yes [share] comment = temporary file space path = /usr/proxy browsable = yes read only = no public = yes printable = no writeable = yes [sarg] comment = sarg report files path = /usr/report username = DOMAIN-NAME\USERNAME (I have also tried DOAMIN-NAME.USERNAME) browsable = yes read only = no #public = yes printable = no writeable = yes Thanks in advance for your help. Thron -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba