summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-25 16:55:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:44 -0500
commitdd992469ddaa849e9a3ec9ae115f574210711c2b (patch)
treedc191b153171e8fa8cc3e352ee1748a4f9a55218 /source3/libads
parented724f90479af3ee0d9583cef17f3d2365c327dd (diff)
downloadsamba-dd992469ddaa849e9a3ec9ae115f574210711c2b.tar.gz
samba-dd992469ddaa849e9a3ec9ae115f574210711c2b.tar.bz2
samba-dd992469ddaa849e9a3ec9ae115f574210711c2b.zip
r18902: Also dump mS-DS-CreatorSID.
Guenther (This used to be commit e7cae9bbae2848ca1088a822883563062dd3f612)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index f9bdb9c651..89c34f03a9 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -1724,6 +1724,7 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area)
{"tokenGroups", False, dump_sid},
{"tokenGroupsNoGCAcceptable", False, dump_sid},
{"tokengroupsGlobalandUniversal", False, dump_sid},
+ {"mS-DS-CreatorSID", False, dump_sid},
{NULL, True, NULL}
};
int i;