mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
doc/designs: fix formatting in LDAPI autobind design
Even though specifying 'raw' format is allowed, this breaks Read The Docs which is not able to complete the full build of documentation and, therefore, doesn't publish an updated documentation. Pushed under one-liner rule. Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -83,7 +83,7 @@ benefits:
|
||||
LDAPI mappings, search base for UID/GID, and mapping base for
|
||||
``nsslapd-authenticateAsDN`` must be configured in ``cn=config``.
|
||||
|
||||
```raw
|
||||
```
|
||||
dn: cn=config
|
||||
nsslapd-ldapimaptoentries: on
|
||||
nsslapd-ldapientrysearchbase: cn=auto_bind,cn=config
|
||||
@@ -96,7 +96,7 @@ LDAPI DN rewriter feature comes with a new object class for mapping
|
||||
UID/GID to another DN. For example a mapping for BIND named would look
|
||||
like this:
|
||||
|
||||
```raw
|
||||
```
|
||||
dn: cn=named,cn=auto_bind,cn=config
|
||||
objectClass: top
|
||||
objectClass: nsLDAPIFixedAuthMap
|
||||
|
||||
Reference in New Issue
Block a user