summaryrefslogtreecommitdiff
path: root/libds/common/flag_mapping.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-12libds:flag_mapping.c - introduce a call which maps the "userAccountControl" ↵Matthias Dieter Wallnöfer1-0/+13
to the default primary group RID
2010-09-12libds:flag_mapping.c - fix counter variable typesMatthias Dieter Wallnöfer1-2/+3
2009-09-17libds/common/flags: variousMatthias Dieter Wallnöfer1-4/+7
- Reorders the header file to have the order "userAccountFlags", "groupType", "sAMAccountType" (matches the order in the flag_mapping.c and samldb module) - Fixes the group account flags properly up - Fixes the flags for "domain/forestFunctionality" and "domainControllerFunctionality" up
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner1-0/+143
Guenther