NT 4 login problems

Sean E. Millichamp sean at compu-aid.com
Wed Mar 15 16:00:21 GMT 2000


*sigh*... I didn't attach my smb.conf file, here it is...

sean

------------------------------------------
 Sean E. Millichamp, Consultant
 Ingematics - A Division of Compu-Aid, Inc.
-------------- next part --------------
[global]

debug level = 100

#NetBIOS name isn't needed if it's the same as the hostname 
netbios name = MYSAMBAPDC 
workgroup = MYDOM

#flat files that map Unix groups to NT type groups. 
#these files take the form unix_group = `Windows NT group'' 
domain group map = /opt/samba-tng/private/domaingroup.map 
domain alias map = /opt/samba-tng/private/domainalias.map 

#Domain controllers use user security and we need encrypted 
#passwords (see ENCRYPTION.txt) 
security = user 
domain logons = yes 
encrypt passwords = yes 

#And in order for us to be *sure* to win browser elections 
os level = 65 
domain master = yes 
preferred master = yes 
local master = yes 

#WINS is the equivalent of DNS for NetBIOS. 
wins support = yes 
time server = yes 

#the next lines are equivalent to the various profile details 
#found in NT's User Manager 
logon script = login.bat 
logon drive = U: 
logon home = \\MYSAMBAPDC\%U
logon path = \\MYSAMBAPDC\profile\%U

#share all home directories 
[homes] 
browseable = no 
writable = yes 
comment = Users' home directories 

#set up netlogon share for system policies and login scripts 
[netlogon] 
path = /opt/samba-tng/netlogon 
writable = no 
guest ok = no 
comment = PDC netlogon share 

#the profiles share
#to create automatic subdirs for the different users
#chmod 1777 /opt/samba-tng/profile
[profile]
path = /opt/samba-tng/profile
writeable = yes

#a public share 
[public] 
path = /opt/samba-tng/public 
browseable = yes 
public = yes 
comment = Public share 


More information about the samba-ntdom mailing list