Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / phpscheduleit / contrib / phpscheduleit.schema
1 #
2 ## schema file for OpenLDAP 2.x
3 ## Schema for storing PHPscheduleit User Configuration in LDAP
4 ## OIDs are owned by OpenSides
5 ##
6 ## number from 1 to 50 are for objectclasses
7 ## attributeype start at 50
8 #
9 # $Id: phpscheduleit.schema,v 1.1 2005/11/02 16:48:16 guiguidoc Exp $
10 #
12 attributetype ( 1.3.6.1.4.1.22262.1.1.1.3.1 NAME 'phpscheduleitAccountLogin'
13         DESC 'PHPscheduleit Account Login'
14         EQUALITY caseIgnoreIA5Match
15         SUBSTR caseExactIA5SubstringsMatch
16         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
17 #
18 # all objectclass 
19 #
21 objectclass ( 1.3.6.1.4.1.22262.1.1.2.3.1 NAME 'phpscheduleitAccount' SUP top AUXILIARY
22  DESC 'PHPscheduleit Account'
23  MAY (  phpscheduleitAccountLogin  ))