From: Ismaƫl Bouya Date: Thu, 28 Jun 2018 10:49:14 +0000 (+0200) Subject: Merge branch 'dev' X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=85c0bf0d262633f4a153b5662472cc0ed20d41ae;hp=417ffb62ee8c654bb6d2910edf3fda0552c444fa;p=perso%2FImmae%2FProjets%2FPuppet.git Merge branch 'dev' --- diff --git a/modules/role/files/cryptoportfolio/pam_postgresql b/modules/role/files/cryptoportfolio/pam_postgresql deleted file mode 100644 index 70a90ae..0000000 --- a/modules/role/files/cryptoportfolio/pam_postgresql +++ /dev/null @@ -1,3 +0,0 @@ -auth required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf -account required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf - diff --git a/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb b/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb deleted file mode 100644 index f3d9674..0000000 --- a/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb +++ /dev/null @@ -1,6 +0,0 @@ -host <%= @ldap_server %> - -base <%= @ldap_base %> -binddn <%= @ldap_dn %> -bindpw <%= @ldap_password %> -pam_login_attribute <%= @ldap_attribute %>