diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-25 02:23:19 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-25 02:23:19 +0000 |
commit | 43f07e9de70ad9993265e28a54239caba0121ab6 (patch) | |
tree | e71939dffc14b4ffab5f8d5ff4f6075ec8c61e44 | |
parent | a074f74e627e1d947a76bcf3a39e3c5df4d4ffe5 (diff) | |
download | samba-43f07e9de70ad9993265e28a54239caba0121ab6.tar.gz samba-43f07e9de70ad9993265e28a54239caba0121ab6.tar.xz samba-43f07e9de70ad9993265e28a54239caba0121ab6.zip |
tokenGroups are SIDs, so dump them as such.
-rw-r--r-- | source/libads/ldap.c | 1 |
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; |