Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / glpi / contrib / glpi.schema
diff --git a/branches/old/gosa-plugins/glpi/contrib/glpi.schema b/branches/old/gosa-plugins/glpi/contrib/glpi.schema
new file mode 100644 (file)
index 0000000..6028bfd
--- /dev/null
@@ -0,0 +1,21 @@
+#
+## schema file for OpenLDAP 2.x
+## Schema for storing glpi User Configuration in LDAP
+## OIDs are owned by OpenSides
+##
+#
+# $Id: glpi.schema,v 1.1 2005/11/02 16:48:16 benoit Exp $
+#
+
+attributetype ( 1.3.6.1.4.1.22262.1.1.1.4.1 NAME 'glpiAccountLogin'
+        DESC 'glpi Account Login'
+        EQUALITY caseIgnoreIA5Match
+        SUBSTR caseExactIA5SubstringsMatch
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+#
+# all objectclass 
+#
+
+objectclass ( 1.3.6.1.4.1.22262.1.1.2.4.1 NAME 'glpiAccount' SUP top AUXILIARY
+ DESC 'glpi Account'
+ MAY ( glpiAccountLogin  ))
\ No newline at end of file