]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Remove reminder useless files
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 28 Jun 2018 10:48:51 +0000 (12:48 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 28 Jun 2018 10:48:51 +0000 (12:48 +0200)
modules/role/files/cryptoportfolio/pam_postgresql [deleted file]
modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb [deleted file]

diff --git a/modules/role/files/cryptoportfolio/pam_postgresql b/modules/role/files/cryptoportfolio/pam_postgresql
deleted file mode 100644 (file)
index 70a90ae..0000000
+++ /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 (file)
index f3d9674..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-host <%= @ldap_server %>
-
-base <%= @ldap_base %>
-binddn <%= @ldap_dn %>
-bindpw <%= @ldap_password %>
-pam_login_attribute <%= @ldap_attribute %>