Dinyar Rabady
2003-May-29 08:01 UTC
[Samba] Samba as PDC, connections from clients refused...
hi, i have the following netowork situation: 2x Debian Linux 1x Stable with samba 2.2.3a-12.3 for Debian as PDC 2x Unstable with samba 2.999+3.0.alpha24-3for Debian as Client 2x Windows 1x Win2k also as Client 1x WinXP Client now i have the following problem: If i try to logon as a samba-enabled linux user on the domain with the Win2k server i get the message that the user doesn't exist on the server or that the passowrt is wrong. I tryed loggin on with smbclient from the unstable client but it also doesn't seem to recognize the user. Any ideas on how to fix it? regards, Dinyar Rabady PS: here is my smb.conf: [global] netbios name = server-debian workgroup = Rabady encrypt passwords = yes domain master = yes local master = yes preferred master = yes os level = 255 wins support= yes security = user domain logons = yes logon path = \\&L\profiles\%u\%m logon script = logon.bat logon drive = H: logon home = \\/%L\%u\.win_profile\%m time server = yes domain admin group = root dinyar add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u [netlogon] path = /usr/local/samba/lib/netlogon writable = no browsable = no [profiles] path = /home/samba-ntprof writable = yes create mask = 0600 directory mask = 0700 browsable = no [homes] comment = Home Directory browsable = no read only = no guest ok = no map archive = yes
Dinyar Rabady
2003-May-29 09:40 UTC
Update: [Samba] Samba as PDC, connections from clients refused...
sorry....not username...Win2k was reffering to the machine name not beeing existant on the server...but i have definately added the clientname with 'smbpasswd -a -m [clientname]$' ------- Forwarded message ------- From: Dinyar Rabady <dinyar@rabady.jet2web.at> To: "samba@lists.samba.org" <samba@lists.samba.org> Subject: [Samba] Samba as PDC, connections from clients refused... Date: Thu, 29 May 2003 10:01:49 +0200> hi, > i have the following netowork situation: > 2x Debian Linux > 1x Stable with samba 2.2.3a-12.3 for Debian as PDC > 2x Unstable with samba 2.999+3.0.alpha24-3for Debian as Client > 2x Windows > 1x Win2k also as Client > 1x WinXP Client > > now i have the following problem: > If i try to logon as a samba-enabled linux user on the domain with the > Win2k server i get the message that the user doesn't exist on the server > or that the passowrt is wrong. > I tryed loggin on with smbclient from the unstable client but it also > doesn't seem to recognize the user. > > Any ideas on how to fix it? > > regards, > Dinyar Rabady > > PS: here is my smb.conf: > > [global] > > netbios name = server-debian > workgroup = Rabady > encrypt passwords = yes > > domain master = yes > local master = yes > preferred master = yes > os level = 255 > > wins support= yes > > security = user > domain logons = yes > > logon path = \\&L\profiles\%u\%m > logon script = logon.bat > > logon drive = H: > > logon home = \\/%L\%u\.win_profile\%m > > time server = yes > > domain admin group = root dinyar > > add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M > %u > > [netlogon] > path = /usr/local/samba/lib/netlogon > writable = no > browsable = no > > [profiles] > path = /home/samba-ntprof > writable = yes > create mask = 0600 > directory mask = 0700 > browsable = no > > [homes] > comment = Home Directory > browsable = no > read only = no > guest ok = no > map archive = yes >