Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
bec9e6aa
Commit
bec9e6aa
authored
Jun 20, 2000
by
Kurt Zeilenga
Browse files
Update OpenLDAP experimental schema
parent
1f0e50f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema/openldap.schema
View file @
bec9e6aa
...
...
@@ -10,16 +10,21 @@
objectClass ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg'
DESC 'OpenLDAP Organizational Object'
SUP
pilotO
rganization
MAY ( authPassword $ displayName $ labeledURI ) )
SUP
o
rganization
MAY ( authPassword $
buildingName $
displayName $ labeledURI ) )
objectClass ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson'
objectClass ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPou'
DESC 'OpenLDAP Organizational Unit Object'
SUP organizationalUnit
MAY ( authPassword $ buildingName $ displayName $ labeledURI $ o ) )
objectClass ( 1.3.6.1.4.1.4203.666.3.5 NAME 'OpenLDAPperson'
DESC 'OpenLDAP Person'
SUP ( pilotPerson $ inetOrgPerson )
MUST ( uid $ cn )
MAY ( authPassword $ givenName $ labeledURI $ o
$ ou
) )
MAY ( authPassword $ givenName $ labeledURI $ o ) )
objectClass ( 1.3.6.1.4.1.4203.666.3.
5
NAME 'OpenLDAPdisplayableObject'
objectClass ( 1.3.6.1.4.1.4203.666.3.
6
NAME 'OpenLDAPdisplayableObject'
DESC 'OpenLDAP Displayable Object'
MAY displayName AUXILIARY )
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment