aboutsummaryrefslogtreecommitdiff
path: root/gitacl.schema
diff options
context:
space:
mode:
Diffstat (limited to 'gitacl.schema')
-rw-r--r--gitacl.schema9
1 files changed, 8 insertions, 1 deletions
diff --git a/gitacl.schema b/gitacl.schema
index d8083e5..a9098d4 100644
--- a/gitacl.schema
+++ b/gitacl.schema
@@ -41,9 +41,16 @@ attributetype ( 1.3.6.1.4.1.9163.2.3.1.5 NAME 'gitAclUser'
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
+attributetype ( 1.3.6.1.4.1.9163.2.3.1.6 NAME 'gitAclTree'
+ DESC 'Git subtree'
+ EQUALITY caseExactMatch
+ SUBSTR caseExactSubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
+
objectclass ( 1.3.6.1.4.1.9163.2.3.2.0 NAME 'gitACL'
DESC 'Git Access Control List Entry'
SUP top STRUCTURAL
MUST ( cn $ gitAclProject $ gitAclVerb )
- MAY ( gitAclUser $ gitAclOp $ gitAclRef $ gitAclOrder $ description ) )
+ MAY ( gitAclUser $ gitAclOp $ gitAclRef $ gitAclOrder $
+ gitAclTree $ description ) )

Return to:

Send suggestions and report system problems to the System administrator.