  | |  | W2K clients and Samba] | W2K clients and Samba] 2002-08-26 - By Dennis Gilmore
Back i just got a winXP client to logon to my samba domain haven 't any win2k ones to try. i needed to change a registry setting in xp. it wouldn 't see the PDC without it so look at that and i set the os level to 66 which was recommended in the documentation i read.you also need to encrypt the passwords, or turn off encryption on the Win2K machines(i wouldn 't recommend it).
look at setting add user script also to setup machine trust accounts on the fly as they need to be setup to allow domain logons. you will need to setup a smbpasswd account for root use a different password than the one for your root account and when you set up the machine you need to login as root and it will let you create your machine trust so you can logon to the domain server.
Dennis
On Sat, 2002-08-24 at 15:43, Jon Miller wrote: > I cannot get the desktops to login to samba properly. What we have is a > login script and when the w2k clients boot up they are not able to run the > login script. > > Thanks for any advice. > > ======================= Global Settings > ===================================== > [global] > smb passwd file = /etc/samba/smbpasswd > remote announce = Better be sure > domain master = yes > printing = lprng > dns proxy = no > time server = yes > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > wins support = true > printcap name = /etc/printcap > max log size = 0 > admin users = jlmiller > preferred master = yes > logon script = login.bat > writable = no > security = user > domain logons = yes > unix password sync = Yes > server string = Samba Server > workgroup = NATURE > local master = yes > netbios name = naturefs1 > log file = /var/log/samba/%m.log > os level = 33 > default = netlogon > write list = ntadmin > [homes] > comment = Home Directories > browseable = no > writable = yes > # valid users = %S > # create mode = 0664 > # directory mode = 0775 > # If you want users samba doesn 't recognize to be mapped to a guest user > ; map to guest = bad user > > # Un-comment the following and create the netlogon directory for Domain > Logons > [netlogon] > path = /etc/samba/netlogon > valid users = @(protected) > browseable = no > comment = Network Logon Service > share modes = no > write list = ntadmin,@(protected) > [printers] > comment = All Printers > path = /var/spool/samba > browseable = no > # Set public = yes to allow user 'guest account ' to print > guest ok = no > writable = no > printable = yes > [apps] > path = /usr/local/apps > writable = yes > comment = Application Directory > valid users = @(protected) > printable = no > write list = admin, @(protected) > [pchome] > comment = PC Directories > path = /home/%U > public = yes > writable = yes > browseable = no > create mask = 0777 > directory mask = 0777 > valid users = @(protected) > [tempdata] > path = /usr/local/tempdata > writable = yes > browseable = yes > comment = Users temporary data area > valid users = @(protected) > create mask = 0777 > write list = admin, @(protected) > directory mask = 0777 > [shardata] > path = /usr/local/shardata > writable = yes > comment = Users sharedata area > valid users = @(protected) > create mask = 0777 > write list = admin, @(protected) > directory mask = 0777 > [internet] > comment = Webfiles > path = /home/%U/public_html > browseable = no > public = no > writable = yes > create mask = 0755 > force create mode = 0775 > force directory mode = 0775 > default case = lower > preserve case = no > short preserve case = no > valid users = caroline simon jen jlmiller > # End of script > [sweep] > path = /usr/local/sweep > writable = yes > valid users = @(protected) > comment = Sophos Anti-Virus > write list = ntadmin,@(protected) > > -- ---- ---- ---- End of smb.conf > -- ---- ---- ---- ---- ---- ---- ---- ---- -- > > Jon L. Miller, MCNE > MMT Networks P/L > ph: +61 8 9242 8600 > fx: +61 8 9242 8611
|
|
 |