Code

adding missing phpscheduleit.schema
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 06:57:58 +0000 (06:57 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 06:57:58 +0000 (06:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4171 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/phpscheduleit.schema [new file with mode: 0644]

diff --git a/contrib/openldap/phpscheduleit.schema b/contrib/openldap/phpscheduleit.schema
new file mode 100644 (file)
index 0000000..b7450ba
--- /dev/null
@@ -0,0 +1,23 @@
+#
+## schema file for OpenLDAP 2.x
+## Schema for storing PHPscheduleit User Configuration in LDAP
+## OIDs are owned by OpenSides
+##
+## number from 1 to 50 are for objectclasses
+## attributeype start at 50
+#
+# $Id: phpscheduleit.schema,v 1.1 2005/11/02 16:48:16 guiguidoc Exp $
+#
+
+attributetype ( 1.3.6.1.4.1.22262.1.1.1.3.1 NAME 'phpscheduleitAccountLogin'
+        DESC 'PHPscheduleit 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.3.1 NAME 'phpscheduleitAccount' SUP top AUXILIARY
+ DESC 'PHPscheduleit Account'
+ MAY ( phpscheduleitAccountLogin  ))
\ No newline at end of file