aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/role/files/cryptoportfolio/pam_postgresql3
-rw-r--r--modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb6
2 files changed, 0 insertions, 9 deletions
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 @@
1auth required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf
2account required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf
3
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 @@
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>