diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-15 22:37:32 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-16 01:34:39 +0200 |
commit | 1c90c6913652e0ec7489ed22941e4e6a31d55912 (patch) | |
tree | 00c268872a57752b344abf66ef13c1f59d1b7080 /modules/role/files | |
parent | cc54396280acf37ee5bd5b2ddf75c6cc97ed1c05 (diff) | |
download | Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.tar.gz Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.tar.zst Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.zip |
Add pgbouncer for backup
Diffstat (limited to 'modules/role/files')
-rw-r--r-- | modules/role/files/backup/pam_pgbouncer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/role/files/backup/pam_pgbouncer b/modules/role/files/backup/pam_pgbouncer new file mode 100644 index 0000000..13f0d3d --- /dev/null +++ b/modules/role/files/backup/pam_pgbouncer | |||
@@ -0,0 +1,3 @@ | |||
1 | auth required pam_ldap.so config=/etc/pam_ldap.d/pgbouncer.conf | ||
2 | account required pam_ldap.so config=/etc/pam_ldap.d/pgbouncer.conf | ||
3 | |||