From dd992469ddaa849e9a3ec9ae115f574210711c2b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 25 Sep 2006 16:55:19 +0000 Subject: r18902: Also dump mS-DS-CreatorSID. Guenther (This used to be commit e7cae9bbae2848ca1088a822883563062dd3f612) --- source3/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads') 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; -- cgit