1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
Andrew Bartlett 354b80b3ae s4:dsdb Make primaryGroupToken calculation more efficient and correct
The original code here would do a subtree search under each object,
attempting to determine if it was a group.  This was incorrect, and
inefficient - we just need to ask for the objectClass attribute, and
check that value before returning the group's RID.

(Much of this patch reworks operational.c to allow a search for 2
attributes for this calculation).

Andrew Bartlett
2009-12-07 13:07:56 +11:00
..
2009-11-24 11:38:41 +11:00
2009-11-24 19:17:08 +01:00
2009-08-05 10:51:00 +10:00
2009-06-18 00:54:17 +02:00
2009-12-01 16:06:59 +11:00