summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0775b39)
raw | patch | inline | side by side (parent: 0775b39)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Jan 2006 11:58:45 +0000 (11:58 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Jan 2006 11:58:45 +0000 (11:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2426 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/fai.schema | patch | blob | history |
index 3f7e2c5dfbc1fb19fc12e64f39039d0afb2b1ae0..2293f923b933dde1a1db60ade2f21ad61b2f5120 100644 (file)
DESC 'TODO'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+# Name : FAIstate
+# Description: Used to store repository state (branched/freezed)
+attributetype ( 1.3.6.1.4.1.10098.1.1.5.28 NAME 'FAIstate'
+ DESC 'TODO'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
##
## Object class definitions (allocated from the GONICUS oid space)
##
DESC 'Provides repository informations.'
MAY ( FAIrepository ) )
+# Name : FAIbranch
+# Description: FAIbranch stores information about the state of a set of FAI classes.
+objectclass (1.3.6.1.4.1.10098.1.2.1.40.19 NAME 'FAIbranch'
+ SUP top AUXILIARY
+ DESC 'Provides information for versioning.'
+ MAY ( FAIstate ) )
+
### END of FAI schema file