forked from lix-project/hydra
Fix invalid YAML in documentation
This commit is contained in:
parent
ed1b532b74
commit
4476aba5f7
|
@ -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