Skip to content
Snippets Groups Projects
Commit 14663e17 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add project public directory schema

parent 9ede22dc
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,24 @@
#
# OpenLDAP Project's directory schema items
#
# depends upon:
# core.schema
# cosine.schema
# inetorgperson.schema
#
objectClass: ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg'
DESC 'OpenLDAP Organizational Object'
SUP pilotOrganization
MAY ( authPassword $ displayName $ labeledURI ) )
objectClass: ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson'
DESC 'OpenLDAP Person'
SUP ( pilotPerson inetOrgPerson )
MUST ( uid $ cn )
MAY ( authPassword $ givenName $ labeledURI $ o $ ou ) )
objectClass: ( 1.3.6.1.4.1.4203.666.3.5 NAME 'displayableObject'
DESC 'A Displayable Object'
MAY displayName AUXILIARY )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment