Merge pull request #1131 from kenranunderscore/fix-invalid-yaml

Fix invalid YAML in documentation
This commit is contained in:
Graham Christensen 2022-01-21 11:03:28 -05:00 committed by GitHub
commit 8ba4ae461e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ general any LDAP group of the form *hydra\_some\_role* (notice the
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))"