fix typos.

This commit is contained in:
Takashi Okamoto
2019-01-26 10:44:00 +00:00
parent 1b7b3515d7
commit 337bbe5f09
2 changed files with 9 additions and 12 deletions

View File

@@ -253,7 +253,6 @@ groupSearch:
The following configuration will allow the LDAP connector to search a FreeIPA directory using an LDAP filter.
```yaml
connectors:
- type: ldap
id: ldap
@@ -290,7 +289,6 @@ If the search finds an entry, it will attempt to use the provided password to bi
The following configuration will allow the LDAP connector to search a Active Directory using an LDAP filter.
```yaml
connectors:
- type: ldap
name: ActiveDirectory
@@ -320,6 +318,5 @@ connectors:
userAttr: DN
groupAttr: member
nameAttr: cn
```