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
e94d18e5
Commit
e94d18e5
authored
22 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
DN consistency, lowercase, etc.
parent
45cac8e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/guide/admin/sasl.sdf
+3
-3
3 additions, 3 deletions
doc/guide/admin/sasl.sdf
with
3 additions
and
3 deletions
doc/guide/admin/sasl.sdf
+
3
−
3
View file @
e94d18e5
...
...
@@ -265,11 +265,11 @@ pattern, the variables $2, $3, etc are used.
For example, suppose the user's authentication identity is written
as the DN string
> uid=
ADAMSON,cn=EXAMPLE.COM,cn=KERBEROS_V
4,cn=
AUTH
> uid=
adamson,cn=example.com,cn=kerberos_v
4,cn=
auth
and the user's actual LDAP entry is
> uid=
ADAMSON,ou=PERSON,dc=EXAMPLE
,dc=
COM
> uid=
adamson,ou=person,dc=example
,dc=
com
The {{EX:saslRegexp}} directive in {{slapd.conf}}(5) could be
written
...
...
@@ -451,7 +451,7 @@ Authorization identities of this form are converted into a DN format
by the same function that the authentication process used, producing
an {{authorization request DN}} of the form
> uid=<username>,cn=<realm>,cn=auth
> uid=<username>,cn=<realm>,cn=
<mechanism>,cn=
auth
That authorization request DN is then run through the same
{{EX:saslRegexp}} process to convert it into a legitimate authorization
...
...
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