diff options
author | Endi S. Dewata <edewata@redhat.com> | 2009-11-13 09:58:20 -0600 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-16 07:57:40 +1100 |
commit | 8e5f5e3f05f9d2cd6ef1553deacce88c2a8c4d2e (patch) | |
tree | b43e4182c8a5800e37e56a065ff1d3df79662411 /source4/lib/ldb-samba | |
parent | 55d2cec6402ca9568d13190c9a2049a251d2a846 (diff) | |
download | samba-8e5f5e3f05f9d2cd6ef1553deacce88c2a8c4d2e.tar.gz samba-8e5f5e3f05f9d2cd6ef1553deacce88c2a8c4d2e.tar.bz2 samba-8e5f5e3f05f9d2cd6ef1553deacce88c2a8c4d2e.zip |
s4:provision - Removed dependency on full Samba 3 schema from FDS
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 f2c985e81a..a74687173a 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -855,6 +855,7 @@ static const struct { { "objectGUID", LDB_SYNTAX_SAMBA_GUID }, { "invocationId", LDB_SYNTAX_SAMBA_GUID }, { "schemaIDGUID", LDB_SYNTAX_SAMBA_GUID }, + { "oMSyntax", LDB_SYNTAX_SAMBA_INT32 }, { "attributeSecurityGUID", LDB_SYNTAX_SAMBA_GUID }, { "parentGUID", LDB_SYNTAX_SAMBA_GUID }, { "siteGUID", LDB_SYNTAX_SAMBA_GUID }, |