diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-17 22:41:14 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-17 22:41:14 +0000 |
commit | aa4bfd47113e0212aa72be067c20da56b8381648 (patch) | |
tree | 8f9ed3d634a8907fd1d5f14656e74fc0e0b0adb3 /source3 | |
parent | cf9fcaa98ef7f11a660aad00a7628fd99dbaa950 (diff) | |
download | samba-aa4bfd47113e0212aa72be067c20da56b8381648.tar.gz samba-aa4bfd47113e0212aa72be067c20da56b8381648.tar.bz2 samba-aa4bfd47113e0212aa72be067c20da56b8381648.zip |
merge from HEAD - dump tokenGroups as sids.
(This used to be commit f0daa15521e6352e25aa998f7e682f448e0fe51a)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libads/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 29f44672f4..67827d27f3 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -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; |