Going along with my previous thread about the samba running as a PDC.
Domain logons are possible, but I get a message in windows "Windows
cannot locate the server copy of your roaming profile and is attempting
to log you on with your local profile. Changes to the profile will not
be copied to the server when you logoff. Possible causes of this error
include network problems or insufficient security rights. If this
problem persists, contact your network administrator.  DETAIL - Access
is denied. " It seems as if the windows machine is trying to write the
profile but its getting permission denied like its doesn't have the
authority to write.

What permissions does the profiles and netlogon share have to be? Pasted
are relevant snippets of smb.conf and the directory structure of
profiles and netlogon. Any help greatly appreciated.

[jforman@westernwall /home]$ ls -l
total 32
drwxrwxr-x    3 root     wheel        4096 Jan 30 16:00 netlogon
[jforman@westernwall /home]$ 

[jforman@westernwall netlogon]$ ls -l
total 8
-rwxrwxr-x    1 root     root          113 Feb  4 15:36 logon.bat
drwxrwxr-x    2 root     root         4096 Jan 30 16:00 profiles
[jforman@westernwall netlogon]$ 

>>>> smb.conf <<<<

[netlogon]
        path = /home/netlogon
        read only = yes  
        write list = @wheel

[profiles]
        path = /home/netlogon/profiles
        create mask = 0600
        directory mask = 0700
        read only = no

Thanks,
jeff


------------------------------
Jeffrey Forman
E-Mail: [EMAIL PROTECTED]
------------------------------


_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to