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 | d116f2c884ce66f69df2973faf34f20a1a7ec988 (patch) | |
tree | b83dad8296093ec554f4d27ad1f2ce0c353d0b40 /source3 | |
parent | f803c3237635880694d668d9ce3c29b46c311d43 (diff) | |
download | samba-d116f2c884ce66f69df2973faf34f20a1a7ec988.tar.gz samba-d116f2c884ce66f69df2973faf34f20a1a7ec988.tar.bz2 samba-d116f2c884ce66f69df2973faf34f20a1a7ec988.zip |
tokenGroups are SIDs, so dump them as such.
(This used to be commit 43f07e9de70ad9993265e28a54239caba0121ab6)
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; |