hi there,
Im currently setting up my samba 3.0.10 to run as a NT4 primary domain controller and everything is working great other than my policies, I dont know why, Ive been searching and searching the net for any reason as too why my policies arent applying on login and Ive tried hundreds of different things but so far nothing seams to work. Here is my smb.conf file below, if anyone has any ideas as to why its not applying please let me know.
#===============================[Gobal]========================================#
[global]
load printers = yes
domain logons = yes
guest account = samba
os level = 65
security = user
preferred master = yes
workgroup = linuxserver
logon script = %G.bat
logon drive = H:
logon path = \\linuxserver\profiles\%U
logon home = \\linuxserver\%U
domain master = yes
printing = cups
netbios n!
ame = linuxserver
local master = yes
#==============================[Share]=========================================#
[netlogon]
comment = The domain logon service
path = /etc/samba/netlogon
public = no
browseable = no
writeable = no
guest = ok
[profiles]
comment = user profiles
path = /etc/samba/profiles
create mode = 0600
directory mode = 0700
writeable = yes
browseable = yes
[homes]
read only = no
browsable = no
valid user = %S
path = /home/%U
writeable = yes
comment = User Home Drives
[root]
path = /
browseable = no
read only = no
[cd-rom]
path = /mnt/cdrom
browseable = yes
read only = yes
comment = CD-ROM on Samba
[local]
path = /etc/samba/local
browseable = yes
read only = no
comment = local files on Samba
[hdd]
path = /hdd
browseable = yes
read only = no
comment = second hard drive on samba server
guest account = ok