---
ldap_connection:
host: localhost
port: 1389
ldap_users:
base: dc=example,dc=com
filter: (&(cn=*)(sAMAccountName=*))
name_attribute: sAMAccountName
ldap_groups:
filter: (member=*)
name_attribute: cn
member_attribute: member
pg_connection:
dbname: postgres
# needed for postgres-pr:
# host: localhost
# port: 54321
# user: username
# password: secret
pg_users:
filter: rolcanlogin AND NOT rolsuper
create_options: LOGIN
pg_groups:
filter: NOT rolcanlogin
create_options: NOLOGIN
grant_options: