merge from HEAD - dump tokenGroups as sids.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Mar 2003 22:41:14 +0000 (22:41 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 17 Mar 2003 22:41:14 +0000 (22:41 +0000)
(This used to be commit f0daa15521e6352e25aa998f7e682f448e0fe51a)

source3/libads/ldap.c

index 29f44672f4dc9df19dbeb5bca72d4661f2e34fcf..67827d27f3a3c45a692e01ccf28506a216a8f121 100644 (file)
@@ -1215,6 +1215,7 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area)
                {"nTSecurityDescriptor", False, dump_sd},
                {"dnsRecord", False, dump_binary},
                {"objectSid", False, dump_sid},
+               {"tokenGroups", False, dump_sid},
                {NULL, True, NULL}
        };
        int i;