summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-25 02:23:19 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-25 02:23:19 +0000
commit43f07e9de70ad9993265e28a54239caba0121ab6 (patch)
treee71939dffc14b4ffab5f8d5ff4f6075ec8c61e44 /source/libads/ldap.c
parenta074f74e627e1d947a76bcf3a39e3c5df4d4ffe5 (diff)
downloadsamba-43f07e9de70ad9993265e28a54239caba0121ab6.tar.gz
samba-43f07e9de70ad9993265e28a54239caba0121ab6.tar.xz
samba-43f07e9de70ad9993265e28a54239caba0121ab6.zip
tokenGroups are SIDs, so dump them as such.
Diffstat (limited to 'source/libads/ldap.c')
-rw-r--r--source/libads/ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index 29f44672f4d..67827d27f3a 100644
--- a/source/libads/ldap.c
+++ b/source/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;