|
From: Jamie C. <jca...@we...> - 2005-10-26 23:35:15
|
On Thu, 2005-10-27 at 04:19, Craig White wrote: > Something changed in the last few versions of LDAP Users and Groups > module and I can't figure out where it changed. > > I previously automatically added the sambaPrimaryGroupSID via config: > LDAP properties for new Samba users > > If I create a new user now, that fails because... > Failed to save user : Failed to add user to LDAP database : > sambaprimarygroupsid: multiple values provided > > OK - so I remove the automatic entry from config but now the > sambaPrimaryGroupSID is set to S-1-5....-2000 instead of S-1-5...-513 > and I can't figure out where that is coming from. Any clues? In the current release of Webmin, that attribute is set automatically. The value is always DOMAIN-XXX , where XXX is the Unix GID*2+1000 . Let me know if this doesn't seem correct, as I am not too familiar with the real purpose of this attribute :-) - Jamie |