summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-04-07 14:03:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-04-10 21:41:01 +1000
commit78dd3778494600f8047ba2dd0ea8635eb84258f7 (patch)
treee30d2b68137e1933d4ddcb2f629904145032e2ad /source4
parent4b27cc0ea6e829c316da1ee87de180ff8de88fc5 (diff)
downloadsamba-78dd3778494600f8047ba2dd0ea8635eb84258f7.tar.gz
samba-78dd3778494600f8047ba2dd0ea8635eb84258f7.tar.bz2
samba-78dd3778494600f8047ba2dd0ea8635eb84258f7.zip
s4:ldif_handlers tokenGroups are SIDs
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb-samba/ldif_handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c
index 11f5914b37..9ebb4bb5c3 100644
--- a/source4/lib/ldb-samba/ldif_handlers.c
+++ b/source4/lib/ldb-samba/ldif_handlers.c
@@ -1068,6 +1068,7 @@ static const struct {
} samba_attributes[] = {
{ "objectSid", LDB_SYNTAX_SAMBA_SID },
{ "securityIdentifier", LDB_SYNTAX_SAMBA_SID },
+ { "tokenGroups", LDB_SYNTAX_SAMBA_SID },
{ "ntSecurityDescriptor", LDB_SYNTAX_SAMBA_SECURITY_DESCRIPTOR },
{ "objectGUID", LDB_SYNTAX_SAMBA_GUID },
{ "invocationId", LDB_SYNTAX_SAMBA_GUID },