diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-14 00:37:45 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-14 00:37:45 +0200 |
commit | a87d847bf496e64b10e515866bcfd86dfeb6ffa4 (patch) | |
tree | fbbaec6a735433be8d1da2c949df9ea50fe97539 /modules/role/files | |
parent | a859ab30660104d25485824afa1c23de454bb5ed (diff) | |
parent | 6d1c9c43fb2133689d814cfc84a4942ceec5c1c7 (diff) | |
download | Puppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.tar.gz Puppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.tar.zst Puppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.zip |
Merge branch 'postgresql_backup' into dev
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 | |||