summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c79e9f2)
raw | patch | inline | side by side (parent: c79e9f2)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Jan 2007 04:55:42 +0000 (04:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Jan 2007 04:55:42 +0000 (04:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5618 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/gosa+samba3.schema | patch | blob | history | |
contrib/openldap/gosa.schema | patch | blob | history |
index 72744420ad3de50d7c1c25c0303155cca4c78670..4bd3ef936a75048aae8d1f5d870fb05dc4532eed 100644 (file)
MUST ( gosaAclTemplate ))
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.18 NAME 'gosaAcl'
- DESC 'ACL container to define single ACLs (v2.5)' SUP top AUXILIARY
- MUST ( gosaAclEntry ))
+ DESC 'ACL container to define single ACLs (v2.5)' SUP top STRUCTURAL
+ MUST ( gosaAclEntry $ cn )
+ MAY ( description ) )
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject'
DESC 'Container object for undo and snapshot data (v2.5)' SUP top STRUCTURAL
index adf22d449cfd2e332e33f529d403b79d39135247..002bdbc79a4aee69a79584f35e8b4f7ddc411ee6 100644 (file)
MUST ( gosaUnitTag ))
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.17 NAME 'gosaRole'
- DESC 'ACL container to define roles (v2.5)' SUP top AUXILIARY
- MUST ( gosaAclTemplate ))
+ DESC 'ACL container to define roles (v2.5)' SUP top STRUCTURAL
+ MUST ( gosaAclTemplate $ cn )
+ MAY ( description ) )
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.18 NAME 'gosaAcl'
DESC 'ACL container to define single ACLs (v2.5)' SUP top AUXILIARY