Displaying 1 result from an estimated 1 matches for "stdgroup".
2014 Oct 08
1
BUG : ldif "dn" prefixes case sensitivity (and primaryGroupID module)
...trange bug when changing my user's primaryGroupID
with ldif files. The bug is very easy to reproduce :
1) Create a user, create a group, add the user to the group
-------------------------------
~# samba-tool user add stduser
User 'stduser' created successfully
~# samba-tool group add stdgroup
Added group stdgroup
~# samba-tool group addmembers stdgroup stduser
Added members to group stdgroup
-------------------------------
2) Get the group sid, and change the user's primaryGroupID with the dn
prefixes in lower case :
-------------------------------
~# ldbsearch -H /usr/local/samba...