summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:41:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:41:14 +0000
commitaa4bfd47113e0212aa72be067c20da56b8381648 (patch)
tree8f9ed3d634a8907fd1d5f14656e74fc0e0b0adb3 /source3/libads
parentcf9fcaa98ef7f11a660aad00a7628fd99dbaa950 (diff)
downloadsamba-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/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 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;