add support for postgres-pr

This commit is contained in:
Lars Kanis
2011-05-24 13:52:21 +02:00
parent 4777f62ccd
commit e43a96b19b
3 changed files with 35 additions and 11 deletions

View File

@ -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