diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/tools/ad2oLschema.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/lib/ldb/tools/ad2oLschema.c b/source4/lib/ldb/tools/ad2oLschema.c index 9ea63b06f8..9bebcde7e0 100644 --- a/source4/lib/ldb/tools/ad2oLschema.c +++ b/source4/lib/ldb/tools/ad2oLschema.c @@ -103,13 +103,8 @@ static const char *oc_attrs[] = { "systemMustContain", "objectClassCategory", "governsID", - "description", + "description", "subClassOf", - "objectClassCategory", - "mustContain", - "systemMustContain", - "mayContain", - "systemMayContain", NULL }; |