When trying to add a GPO with GPMC.msc I got the error message "access denied". The adminstrator (mat) can create files and dir in the policies directory.
Created attachment 5460 [details] trace of the exchange between s4 and xp
Comment on attachment 5460 [details] trace of the exchange between s4 and xp Problem occur (to my mind) at packet 83 and 84
I've reproduced the problem and I'm working on a fix. Meanwhile, a workaround is to set group write permissions on the group policies directory on the sysvol share: chmod -R g+w Policies Cheers, Tridge
Hi tridge, I tried to give broader rights on the sysvol folder but unfortunately it didn't works for me (I made it world writable) root@ares:/home/mat/workspace/samba/homematwsnet/sysvol# ls -rtla total 0 drwxrwxrwx 4 mat Domain Admins 4096 2010-02-28 15:51 home.matws.net -rw-rw-rw- 1 root Domain Admins 92 2010-02-28 15:55 t drwxrwxrwx 2 mat Domain Admins 6 2010-02-28 16:22 test drwxrwxrwx 4 mat Domain Admins 4096 2010-02-28 16:22 .
Should be fixed by patches of tridge and abartlet in latest GIT releases.