Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
4df6501b
Commit
4df6501b
authored
22 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Misc updates
parent
fe86a81e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide/admin/intro.sdf
+1
-1
1 addition, 1 deletion
doc/guide/admin/intro.sdf
doc/guide/admin/schema.sdf
+5
-5
5 additions, 5 deletions
doc/guide/admin/schema.sdf
with
6 additions
and
6 deletions
doc/guide/admin/intro.sdf
+
1
−
1
View file @
4df6501b
...
...
@@ -201,7 +201,7 @@ LDAPv3 adds the following features to LDAP:
- Schema Discovery
LDAPv2 is considered historical. As deploying both LDAPv2 and
LDAPv3 simultaneously can be quite problematic, LDAPv2 should
should
LDAPv3 simultaneously can be quite problematic, LDAPv2 should
be avoided.
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/schema.sdf
+
5
−
5
View file @
4df6501b
...
...
@@ -390,8 +390,8 @@ you desire.
> objectclass ( 1.1.2.2.2 NAME 'myPerson'
> DESC 'my person'
> SUP inetOrgPerson
> MUST (
'
myUniqueName
'
$
'
givenName
'
)
> MAY
'
myPhoto
'
)
> MUST ( myUniqueName $ givenName )
> MAY myPhoto )
The object class inherits the required/allowed attribute
types of {{EX:inetOrgPerson}} but requires {{EX:myUniqueName}}
...
...
@@ -430,7 +430,7 @@ pairs. The following is an abbreviated example:
> attributeTypes: ( 1.1.2.1.2 NAME 'myPhoto' DESC 'a photo (applicatio
> n defined format)' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
> objectClasses: ( 1.1.2.2.2 NAME 'myPerson' DESC 'my person' SUP inet
> OrgPerson MUST (
'
myUniqueName
'
$
'
givenName
'
) MAY
'
myPhoto
'
)
> OrgPerson MUST ( myUniqueName $ givenName ) MAY myPhoto )
Capture the output of the search in a file and then edit the file:
...
...
@@ -456,8 +456,8 @@ result in a file with contains of:
> objectClass ( 1.1.2.2.2 NAME 'myPerson'
> DESC 'my person'
> SUP inetOrgPerson
> MUST (
'
myUniqueName
'
$
'
givenName
'
)
> MAY
'
myPhoto
'
)
> MUST ( myUniqueName $ givenName )
> MAY myPhoto )
Save in an appropriately named file (e.g. {{F:my.schema}}).
You may now include this file in your {{slapd.conf}}(5) file.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment