diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-04-07 14:03:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-04-10 21:41:01 +1000 |
commit | 78dd3778494600f8047ba2dd0ea8635eb84258f7 (patch) | |
tree | e30d2b68137e1933d4ddcb2f629904145032e2ad /source4/lib/ldb-samba | |
parent | 4b27cc0ea6e829c316da1ee87de180ff8de88fc5 (diff) | |
download | samba-78dd3778494600f8047ba2dd0ea8635eb84258f7.tar.gz samba-78dd3778494600f8047ba2dd0ea8635eb84258f7.tar.xz samba-78dd3778494600f8047ba2dd0ea8635eb84258f7.zip |
s4:ldif_handlers tokenGroups are SIDs
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 1 |
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 }, |