removed comments in test-config
This commit is contained in:
parent
abf88552c4
commit
be1505a2a1
8
test/fixtures/config-ldapdb.yaml
vendored
8
test/fixtures/config-ldapdb.yaml
vendored
@ -2,10 +2,6 @@
|
|||||||
ldap_connection:
|
ldap_connection:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 1389
|
port: 1389
|
||||||
# auth:
|
|
||||||
# method: :simple
|
|
||||||
# username: dc=example,dc=com
|
|
||||||
# password:
|
|
||||||
|
|
||||||
ldap_users:
|
ldap_users:
|
||||||
base: dc=example,dc=com
|
base: dc=example,dc=com
|
||||||
@ -23,14 +19,10 @@ pg_connection:
|
|||||||
dbname: postgres
|
dbname: postgres
|
||||||
|
|
||||||
pg_users:
|
pg_users:
|
||||||
# WHERE-condition to identify LDAP generated users
|
|
||||||
# filter: rolcanlogin AND oid IN (SELECT pam.member FROM pg_auth_members pam JOIN pg_roles pr ON pr.oid=pam.roleid WHERE pr.rolname='edv')
|
|
||||||
filter: rolcanlogin AND NOT rolsuper
|
filter: rolcanlogin AND NOT rolsuper
|
||||||
create_options: LOGIN
|
create_options: LOGIN
|
||||||
|
|
||||||
pg_groups:
|
pg_groups:
|
||||||
# WHERE-condition to identify LDAP generated groups
|
|
||||||
# filter: NOT rolcanlogin AND rolname='edv'
|
|
||||||
filter: NOT rolcanlogin
|
filter: NOT rolcanlogin
|
||||||
create_options: NOLOGIN
|
create_options: NOLOGIN
|
||||||
grant_options:
|
grant_options:
|
||||||
|
Reference in New Issue
Block a user