This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
nginx-ldap-auth/config.sample.yaml
Tiago Augusto Pimenta 83b51c0bdf Extracted secret
2018-10-09 09:52:42 -03:00

22 lines
428 B
YAML

web: 0.0.0.0:5555
path: /
servers:
- ldaps://ldap1.example.com:636
- ldaps://ldap2.example.com:636
- ldaps://ldap3.example.com:636
auth:
bindDN: uid=seviceaccount,cn=users,dc=example,dc=com
bindPW: password
user:
baseDN: ou=users,dc=example,dc=com
filter: "(cn={0})"
requiredGroups:
- appAdmin
group:
baseDN: ou=groups,dc=example,dc=com
groupAttr: cn
filter: "(member={0})"
timeout:
success: 24h
wrong: 5m