People... I'm trying to configure the samba with a mandatory profile but i'm having problens. When the user makes the login the profile is save in "C:\Documents and Settings" but when he makes log off the your profile dont's removed. This is my configuration "smb.conf" [global] workgroup = POSGRAD server string = POSGRAD Domain Server security = user load printers = no printing = cups log file = /var/log/samba/log.%m max log size = 50 os level = 33 domain master = yes preferred master = yes domain logons = yes logon path = \\%L\profiles wins support = yes dns proxy = no add machine script = pw adduser -c "Workstation (%u)" -d /nonexistent -s /usr/sbin/nologin -n "%u" -g workstation veto files = /Maildir/,/.*/ ... [profiles] path = /usr/local/samba/profiles browseable = no guest ok = yes writable = no vfs objects = fake_perms hide files = /desktop.ini/ntuser.ini/NTUSER.*/ How i do for the profile don't be created in "C:\Documents and Settings"? Thanks for all =) Att, Leandro