forked from lix-project/hydra
tests: fix invalid YAML
Somwhere while polishing the initial PR I forgot to add that colo.
This commit is contained in:
parent
8f683aa7f8
commit
ee60f4ccd9
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@
|
|||
binddn: "cn=root,dc=example"
|
||||
bindpw: notapassword
|
||||
start_tls: 0
|
||||
start_tls_options
|
||||
start_tls_options:
|
||||
verify: none
|
||||
user_basedn: "ou=users,dc=example"
|
||||
user_filter: "(&(objectClass=inetOrgPerson)(cn=%s))"
|
||||
|
|
Loading…
Reference in a new issue