From: cajus Date: Thu, 4 May 2006 04:54:30 +0000 (+0000) Subject: Added Acl informations X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6cd2c60f50fa3364e8162f299e4a67d44891b946;p=gosa.git Added Acl informations git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3197 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index 986de60f8..ccd17ffcc 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -204,6 +204,18 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.33 NAME 'gosaUnitTag' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.34 NAME 'gosaAclTemplate' + DESC 'Takes ACL entries for gosaRoles' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.12.35 NAME 'gosaAclEntry' + DESC 'Takes ACL entries for gosaRoles' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreIA5Match @@ -313,3 +325,12 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.16 NAME 'gosaAdministrativeUnitTag' DESC 'Marker for objects below administrational units (v2.5)' SUP top AUXILIARY 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 )) + +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 )) + diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index 73e78c1a8..b812fce0a 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -202,6 +202,18 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.33 NAME 'gosaUnitTag' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.34 NAME 'gosaAclTemplate' + DESC 'Takes ACL entries for gosaRoles' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.12.35 NAME 'gosaAclEntry' + DESC 'Takes ACL entries for gosaRoles' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreMatch @@ -311,3 +323,11 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.16 NAME 'gosaAdministrativeUnitTag' SUP top AUXILIARY 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 )) + +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 )) +