With working user/group scripts in smb.conf Does work: * Adding a local and domain group initial (with members) works ok * adding a new user works Doesn't work: * changing group membership for an existing group (usrmgr claims the group could not be located) * change the secondary and primary groups for an existing user doesn't work quite right. The primaryGroupID is set but not the gidNumber. Probabably the "set primary group script" is not called.
<furry-ranger@nm.ru> wrote > When deleting a user by WinNT UserManager for domains, > i get in logs > > [2003/05/19 12:07:45, 0] rpc_server/srv_samr_nt.c:_samr_set_sec_obj(623) > _samr_set_sec_obj: Not yet implemented!
More comments from furry-ranger: > Delete User script is: > > user=$1 > /usr/sbin/userdel -r $user > /usr/sbin/groupdel $user
Hi, Jerry! Take a look at http://lists.samba.org/pipermail/samba-cvs/2003-June/084742.html Does that help for you? I could not reproduce the other problems with groups, can you tell me more about that? Volker
closing this in favour of more specific bug reports.
originally reported against 3.0alpha23. Bugzilla spring cleaning.