Results 1 to 1 of 1
Thread: Profile not saving with SAMBA
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
12-18-2008 #1
- Join Date
- Dec 2008
- Posts
- 2
Profile not saving with SAMBA
I have a server with CentOS 5.2 with samba as PDC.
I can connect my Windows XP to the domain but when logon, I have a message from windows that said : "windows did not load your roaming profile, .... profil will be lost at next logon ..... "
I searched everywhere and verified permissions on files and folders but it's the same
Can you help me ?
Here my smb.conf
Code:[global] netbios name = eurydice workgroup = HACKCESS server string = Samba PDC Server hosts allow = 192.168.1. domain admin group = root domain master = true domain logons = yes security = user time server = yes name resolve order = wins hosts lmhosts bcast local master = yes os level = 95 smb passwd file = /etc/samba/smbpasswd unix password sync = yes encrypt passwords = yes winbind use default domain = yes wins support = true case sensitive = no username map = /etc/samba/smbusers logon path = \\%L\profile\%U logon script = user.bat logon drive = O: logon home = \\%L\%U passwd chat debug = yes passwd chat = *New* %n\n *Re* %n\n *pa* passwd program = /usr/bin/passwd %u preserve case = yes default case = lower share modes = no nt acl support = no dns proxy = no msdfs root = yes load printers = yes printing = cups printcap name = cups short preserve case = yes log file = /var/log/samba/log.%m max log size = 50 client code page = 850 character set = iso8859-1 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 [netlogon] comment = Repertoire de scripts path = /home/netlogon writable = no browseable = no public = no [profile] comment = Sauvegarde des profils path = /home/export/profile browseable = no writable = yes create mode = 0700 directory mask = 0700 [homes] comment = Repertoire Personnel path = /home/%U browseable = No writeable = Yes
mkdir -p /home/netlogon
mkdir -p /home/export/profile
chmod a+w /home/export
chmod a+w /home/export/profile
Impossible to locate the problem
Thanks to all