mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
More minor cleanup
This commit is contained in:
parent
dca986280e
commit
5d8ce71c83
@ -79,7 +79,7 @@ H3: Kerberos Authentication Services
|
||||
|
||||
OpenLDAP clients and servers support Kerberos-based authentication
|
||||
services.
|
||||
In particular, OpenLDAP supports {{TERM:SASL}}/{{TERM:GSSAPI}}
|
||||
In particular, OpenLDAP supports the {{TERM:SASL}}/{{TERM:GSSAPI}}
|
||||
authentication mechanism using either {{PRD:Heimdal}} or
|
||||
{{PRD:MIT Kerberos}} V packages.
|
||||
If you desire to use Kerberos-based SASL/GSSAPI authentication,
|
||||
|
@ -247,7 +247,7 @@ For example, for {{EX:example.com}}, use:
|
||||
|
||||
. where {{F:example.ldif}} is the file you created above.
|
||||
..{{EX: }}
|
||||
. Additional informaton regarding directory creation can be found
|
||||
. Additional information regarding directory creation can be found
|
||||
in the {{SECT:Database Creation and Maintenance Tools}} chapter of
|
||||
this document.
|
||||
|
||||
|
@ -341,7 +341,7 @@ directive might be written as
|
||||
|
||||
> sasl-regexp
|
||||
> uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth
|
||||
> ldap:///ou=person,dc=example,dc=com??sub?uid=$1
|
||||
> ldap:///ou=person,dc=example,dc=com??sub?(uid=$1)
|
||||
|
||||
This will initiate an internal search of the LDAP database inside
|
||||
the slapd server. If the search returns exactly one entry, it is
|
||||
|
Loading…
Reference in New Issue
Block a user