From: Ismaƫl Bouya Date: Thu, 28 Jun 2018 10:48:51 +0000 (+0200) Subject: Remove reminder useless files X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=95416ae2301b936829cab964792a8a1e07b06720;hp=7f8d0f89d6e2a93fdff509b4cc443be5819e3dd3;p=perso%2FImmae%2FProjets%2FPuppet.git Remove reminder useless files --- 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 %>