Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
53081446
Commit
53081446
authored
Oct 13, 2003
by
Kurt Zeilenga
Browse files
Rework Kerberos principals (ITS
#2695
)
parent
6aff66cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/sasl.sdf
View file @
53081446
...
...
@@ -192,18 +192,17 @@ command option.
For
the
purposes
of
authentication
and
authorization
,
{{
slapd
}}(
8
)
associates
a
non
-
mapped
authentication
request
DN
of
the
form
:
>
uid
=<
pri
ncipal
>,
cn
=<
realm
>,
cn
=
gssapi
,
cn
=
auth
>
uid
=<
pri
mary
[/
instance
]
>,
cn
=<
realm
>,
cn
=
gssapi
,
cn
=
auth
Continuing
our
example
,
a
user
with
the
Kerberos
principal
{{
EX
:
kurt
@
EXAMPLE
.
COM
}}
would
have
the
associated
DN
:
Continuing
our
example
,
a
user
with
the
Kerberos
principal
{{
EX
:
kurt
@
EXAMPLE
.
COM
}}
would
have
the
associated
DN
:
>
uid
=
kurt
,
cn
=
example
.
com
,
cn
=
gssapi
,
cn
=
auth
and
the
principal
{{
EX
:
ursula
@
FOREIGN
.
REALM
}}
would
have
the
and
the
principal
{{
EX
:
ursula
/
admin
@
FOREIGN
.
REALM
}}
would
have
the
associated
DN
:
>
uid
=
ursula
,
cn
=
foreign
.
realm
,
cn
=
gssapi
,
cn
=
auth
>
uid
=
ursula
/
admin
,
cn
=
foreign
.
realm
,
cn
=
gssapi
,
cn
=
auth
H3
:
DIGEST
-
MD5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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