diff options
| -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;  | 
