From b86c19795aadd45527694e6002cdd806e928cf38 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Apr 2006 20:13:05 +0000 Subject: r15250: dump some more sids. Guenther (This used to be commit 2922c7f5704e3cfcc80dc648bb3d6d9aa80aaf37) --- source3/libads/ldap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libads') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index c2ebf14d2f..81aa9051d7 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -1665,6 +1665,8 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area) {"dnsRecord", False, dump_binary}, {"objectSid", False, dump_sid}, {"tokenGroups", False, dump_sid}, + {"tokenGroupsNoGCAcceptable", False, dump_sid}, + {"tokengroupsGlobalandUniversal", False, dump_sid}, {NULL, True, NULL} }; int i; -- cgit