2008-06-05 15:21:18 +02:00
|
|
|
# LdapSaisie - LDAP Schema - Example
|
|
|
|
# Web Site : http://ldapsaisie.labs.libre-entreprise.org
|
|
|
|
objectIdentifier EeRoot 1.3.6.1.4.1.10650
|
|
|
|
objectIdentifier LeRoot EeRoot:4
|
|
|
|
objectIdentifier LsRoot LeRoot:10000
|
|
|
|
objectIdentifier LsLDAP LsRoot:2
|
|
|
|
objectIdentifier LsLDAPAttribute LsLDAP:1
|
|
|
|
objectIdentifier LsLDAPObjectClass LsLDAP:2
|
|
|
|
|
|
|
|
# <Ls attributes>
|
|
|
|
attributetype (LsLDAPAttribute:1
|
|
|
|
NAME 'lsAllowedServices'
|
2008-02-12 18:59:44 +01:00
|
|
|
DESC 'List of allowed services'
|
|
|
|
EQUALITY caseIgnoreMatch
|
|
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
|
|
|
|
|
2008-06-05 15:21:18 +02:00
|
|
|
attributetype ( LsLDAPAttribute:2 NAME 'lsRecoveryHash'
|
|
|
|
DESC 'Password Recover Hash'
|
|
|
|
EQUALITY caseIgnoreMatch
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
# </Ls attributes>
|
|
|
|
|
|
|
|
# <Ls Objectclass>
|
|
|
|
objectclass (LsLDAPObjectClass:1
|
2008-02-12 18:59:44 +01:00
|
|
|
NAME 'lspeople'
|
|
|
|
DESC 'LS people Objectclass'
|
|
|
|
STRUCTURAL
|
|
|
|
MUST ( uid $ cn )
|
2008-06-05 15:21:18 +02:00
|
|
|
MAY ( jpegPhoto $ sn $ givenName $ postalAddress $ postalCode $ l $ st $ c $
|
|
|
|
telephoneNumber $ mobile $ fax $ mail $ personalTitle $ description $
|
|
|
|
userPassword $ lsallowedservices $ lsRecoveryHash ))
|
2008-02-12 18:59:44 +01:00
|
|
|
|
2008-06-05 15:21:18 +02:00
|
|
|
objectclass (LsLDAPObjectClass:3
|
2008-02-12 18:59:44 +01:00
|
|
|
NAME 'lsgroup'
|
|
|
|
DESC 'LS group Objectclass'
|
|
|
|
STRUCTURAL
|
|
|
|
MUST ( cn )
|
|
|
|
MAY ( uniquemember $ description ))
|
|
|
|
|
2008-06-05 15:21:18 +02:00
|
|
|
objectclass (LsLDAPObjectClass:4
|
2008-02-12 18:59:44 +01:00
|
|
|
NAME 'lssysaccount'
|
|
|
|
DESC 'LS system account Objectclass'
|
|
|
|
STRUCTURAL
|
|
|
|
MUST ( uid )
|
2008-06-05 15:21:18 +02:00
|
|
|
MAY (userPassword $ description))
|
|
|
|
# </Ls Objectclass>
|
2008-02-12 18:59:44 +01:00
|
|
|
|