[Dev OpenGP] [4] Added LDAP schema (to e continued...) |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 4
Author: nicolaf
Date: 2009-02-01 13:10:17 +0100 (Sun, 01 Feb 2009)
Log Message:
-----------
Added LDAP schema (to e continued...)
Added Paths:
-----------
trunk/schemas/ogp.schema
Added: trunk/schemas/ogp.schema
===================================================================
--- trunk/schemas/ogp.schema (rev 0)
+++ trunk/schemas/ogp.schema 2009-02-01 12:10:17 UTC (rev 4)
@@ -0,0 +1,22 @@
+# 1.3.6.1.4.1.7135.1.3.136.1 pour les attributs
+# 1.3.6.1.4.1.7135.1.3.136.2 pour les objectClass
+
+attributeType ( 1.3.6.1.4.1.7135.1.3.136.1.1
+ NAME 'ogpXmlConfig'
+ DESC 'per OU XML configuration description'
+ EQUALITY caseExactMatch
+ SINGLE-VALUE
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Directory String
+
+attributeType ( 1.3.6.1.4.1.7135.1.3.136.1.2
+ NAME 'ogpMachineCertificate'
+ DESC 'Machine's X509 certificate'
+ EQUALITY certificateExactMatch
+ SINGLE-VALUE
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ) # Certificate
+
+objectClass ( 1.3.6.1.4.1.7135.1.3.136.2.1
+ NAME 'ogpou'
+ DESC 'OGP Organizational Unit Object'
+ SUP organizationalUnit
+ MUST ( ogpXmlConfig ) )