forked from lix-project/hydra
Merge pull request #1131 from kenranunderscore/fix-invalid-yaml
Fix invalid YAML in documentation
This commit is contained in:
commit
8ba4ae461e
|
@ -126,7 +126,7 @@ general any LDAP group of the form *hydra\_some\_role* (notice the
|
||||||
binddn: "cn=root,dc=example"
|
binddn: "cn=root,dc=example"
|
||||||
bindpw: notapassword
|
bindpw: notapassword
|
||||||
start_tls: 0
|
start_tls: 0
|
||||||
start_tls_options
|
start_tls_options:
|
||||||
verify: none
|
verify: none
|
||||||
user_basedn: "ou=users,dc=example"
|
user_basedn: "ou=users,dc=example"
|
||||||
user_filter: "(&(objectClass=inetOrgPerson)(cn=%s))"
|
user_filter: "(&(objectClass=inetOrgPerson)(cn=%s))"
|
||||||
|
|
Loading…
Reference in a new issue