Fix compatibility with PostgreSQL-10
This commit is contained in:
parent
2d700214af
commit
bab7a9c952
2
test/fixtures/config-ldapdb.yaml
vendored
2
test/fixtures/config-ldapdb.yaml
vendored
@ -27,6 +27,6 @@ pg_users:
|
|||||||
create_options: LOGIN
|
create_options: LOGIN
|
||||||
|
|
||||||
pg_groups:
|
pg_groups:
|
||||||
filter: NOT rolcanlogin
|
filter: NOT rolcanlogin AND rolname!='pg_signal_backend'
|
||||||
create_options: NOLOGIN
|
create_options: NOLOGIN
|
||||||
grant_options:
|
grant_options:
|
||||||
|
Reference in New Issue
Block a user