mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
6b7d7f22e7
The problem was that the samdb module was auto-adding objectClass=user
for these accounts. That would be OK, as computer accounts are
supposed to be in that objectClass, but mmc cares about the order of
the values in the objectClass attribute! It looks for the last value,
and takes that as the value to use when deciding how to manipulate the record.
So, this patch adds an explicit objectClass=user to the record when it
gets created, which tells the samdb module to not add it as well. That
fixes the order. I suspect we are missing something else though - is
objectClass supposed to auto-sort based on the schema?
(This used to be commit
|
||
---|---|---|
.. | ||
hklm.ldif | ||
newuser | ||
provision | ||
provision_init.ldif | ||
provision_templates.ldif | ||
provision_users.ldif | ||
provision.ldif | ||
provision.smb.conf | ||
provision.zone | ||
rootdse.ldif | ||
secrets.ldif | ||
upgrade |