summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-04-25 20:13:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:30 -0500
commitb86c19795aadd45527694e6002cdd806e928cf38 (patch)
tree9bf1ac75318eb978301132c4705655f0ad3735e6 /source3/libads
parent41a7ea369bfad52d7870cf97555d63810d40d3fc (diff)
downloadsamba-b86c19795aadd45527694e6002cdd806e928cf38.tar.gz
samba-b86c19795aadd45527694e6002cdd806e928cf38.tar.bz2
samba-b86c19795aadd45527694e6002cdd806e928cf38.zip
r15250: dump some more sids.
Guenther (This used to be commit 2922c7f5704e3cfcc80dc648bb3d6d9aa80aaf37)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index c2ebf14d2f..81aa9051d7 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -1665,6 +1665,8 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area)
{"dnsRecord", False, dump_binary},
{"objectSid", False, dump_sid},
{"tokenGroups", False, dump_sid},
+ {"tokenGroupsNoGCAcceptable", False, dump_sid},
+ {"tokengroupsGlobalandUniversal", False, dump_sid},
{NULL, True, NULL}
};
int i;