diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-13 16:54:03 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-14 00:36:43 +0200 |
commit | 6d1c9c43fb2133689d814cfc84a4942ceec5c1c7 (patch) | |
tree | fbbaec6a735433be8d1da2c949df9ea50fe97539 /modules/role/files | |
parent | a859ab30660104d25485824afa1c23de454bb5ed (diff) | |
download | Puppet-6d1c9c43fb2133689d814cfc84a4942ceec5c1c7.tar.gz Puppet-6d1c9c43fb2133689d814cfc84a4942ceec5c1c7.tar.zst Puppet-6d1c9c43fb2133689d814cfc84a4942ceec5c1c7.zip |
Add cryptoportfolio postgresql backup
Diffstat (limited to 'modules/role/files')
-rw-r--r-- | modules/role/files/cryptoportfolio/pam_postgresql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/role/files/cryptoportfolio/pam_postgresql b/modules/role/files/cryptoportfolio/pam_postgresql new file mode 100644 index 0000000..70a90ae --- /dev/null +++ b/modules/role/files/cryptoportfolio/pam_postgresql | |||
@@ -0,0 +1,3 @@ | |||
1 | auth required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf | ||
2 | account required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf | ||
3 | |||