add support for postgres-pr
This commit is contained in:
6
test/fixtures/config-ldapdb.yaml
vendored
6
test/fixtures/config-ldapdb.yaml
vendored
@ -15,8 +15,12 @@ ldap_groups:
|
||||
member_attribute: member
|
||||
|
||||
pg_connection:
|
||||
host: localhost
|
||||
dbname: postgres
|
||||
# needed for postgres-pr:
|
||||
# host: localhost
|
||||
# port: 54321
|
||||
# user: username
|
||||
# password: secret
|
||||
|
||||
pg_users:
|
||||
filter: rolcanlogin AND NOT rolsuper
|
||||
|
Reference in New Issue
Block a user