Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / glpi / contrib / glpi.schema
1 #
2 ## schema file for OpenLDAP 2.x
3 ## Schema for storing glpi User Configuration in LDAP
4 ## OIDs are owned by OpenSides
5 ##
6 #
7 # $Id: glpi.schema,v 1.1 2005/11/02 16:48:16 benoit Exp $
8 #
10 attributetype ( 1.3.6.1.4.1.22262.1.1.1.4.1 NAME 'glpiAccountLogin'
11         DESC 'glpi Account Login'
12         EQUALITY caseIgnoreIA5Match
13         SUBSTR caseExactIA5SubstringsMatch
14         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
15 #
16 # all objectclass 
17 #
19 objectclass ( 1.3.6.1.4.1.22262.1.1.2.4.1 NAME 'glpiAccount' SUP top AUXILIARY
20  DESC 'glpi Account'
21  MAY (  glpiAccountLogin  ))