mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
All these syntaxes are now handled by the schema.
(This used to be commit 94d5e69190
)
This commit is contained in:
parent
473540d4a5
commit
64293ca4af
@ -291,12 +291,6 @@ static int operational_init(struct ldb_module *ctx)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
/* setup some standard attribute handlers */
|
||||
ret |= ldb_schema_attribute_add(ctx->ldb, "whenCreated", 0, LDB_SYNTAX_UTC_TIME);
|
||||
ret |= ldb_schema_attribute_add(ctx->ldb, "whenChanged", 0, LDB_SYNTAX_UTC_TIME);
|
||||
ret |= ldb_schema_attribute_add(ctx->ldb, "subschemaSubentry", 0, LDB_SYNTAX_DN);
|
||||
ret |= ldb_schema_attribute_add(ctx->ldb, "structuralObjectClass", 0, LDB_SYNTAX_OBJECTCLASS);
|
||||
|
||||
if (ret != 0) {
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user