Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Oren Tirosh
OpenLDAP
Commits
460510be
Commit
460510be
authored
20 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
rename function and config parameters
parent
3006ae89
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/man/man8/slapsaslauth.8
+10
-10
10 additions, 10 deletions
doc/man/man8/slapsaslauth.8
with
10 additions
and
10 deletions
doc/man/man8/slapsaslauth.8
+
10
−
10
View file @
460510be
.TH SLAP
SASL
AUTH 8C "RELEASEDATE" "OpenLDAP LDVERSION"
.TH SLAPAUTH 8C "RELEASEDATE" "OpenLDAP LDVERSION"
.\" Copyright 2004 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
slap
sasl
auth \- Check a list of string-represented IDs for authc/authz.
slapauth \- Check a list of string-represented IDs for authc/authz.
.SH SYNOPSIS
.B SBINDIR/slap
sasl
auth
.B SBINDIR/slapauth
.B [\-v]
.B [\-d level]
.B [\-f slapd.conf]
...
...
@@ -14,16 +14,16 @@ slapsaslauth \- Check a list of string-represented IDs for authc/authz.
.LP
.SH DESCRIPTION
.LP
.B Slap
sasl
auth
.B Slapauth
is used to check the behavior of the slapd in mapping identities
for authentication and authorization purposes, as specified in
.BR slapd.conf (5).
It opens the
.BR slapd.conf (5)
configuration file, reads in the
.B
sasl-
authz-policy
.B authz-policy
and
.B
sasl
-regexp
.B
authz
-regexp
directives, and then parses the
.B ID
list given on the command-line.
...
...
@@ -69,7 +69,7 @@ The command
.LP
.nf
.ft tt
SBINDIR/slap
sasl
auth -f /ETCDIR/slapd.conf -v \\
SBINDIR/slapauth -f /ETCDIR/slapd.conf -v \\
-U bjorn -X u:bjensen
.ft
...
...
@@ -82,9 +82,9 @@ provided the directives
.LP
.nf
.ft tt
sasl-
authz-policy from
sasl
-regexp "^uid=([^,]+).*,cn=auth$"
"ldap:///
o=University of Michigan,c=US
??sub?uid=$1"
authz-policy from
authz
-regexp "^uid=([^,]+).*,cn=auth$"
"ldap:///
dc=example,dc=net
??sub?uid=$1"
.ft
.fi
...
...
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