aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/templates
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-18 14:09:05 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-26 00:50:56 +0200
commitf568173a3d8a43ac30fa9294a75c260042b9e415 (patch)
tree7f816c955a576a884791035cf815ea67ac465ba3 /modules/profile/templates
parenta1c3146595f8f6c7b78adfca8388dd35083b4c7f (diff)
downloadPuppet-f568173a3d8a43ac30fa9294a75c260042b9e415.tar.gz
Puppet-f568173a3d8a43ac30fa9294a75c260042b9e415.tar.zst
Puppet-f568173a3d8a43ac30fa9294a75c260042b9e415.zip
Add postgresql_master profile
Diffstat (limited to 'modules/profile/templates')
-rw-r--r--modules/profile/templates/postgresql_master/pam_ldap_postgresql.conf.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/profile/templates/postgresql_master/pam_ldap_postgresql.conf.erb b/modules/profile/templates/postgresql_master/pam_ldap_postgresql.conf.erb
new file mode 100644
index 0000000..f3d9674
--- /dev/null
+++ b/modules/profile/templates/postgresql_master/pam_ldap_postgresql.conf.erb
@@ -0,0 +1,6 @@
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>