diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-18 14:09:05 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-26 00:50:56 +0200 |
commit | f568173a3d8a43ac30fa9294a75c260042b9e415 (patch) | |
tree | 7f816c955a576a884791035cf815ea67ac465ba3 /modules/profile/templates | |
parent | a1c3146595f8f6c7b78adfca8388dd35083b4c7f (diff) | |
download | Puppet-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.erb | 6 |
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 @@ | |||
1 | host <%= @ldap_server %> | ||
2 | |||
3 | base <%= @ldap_base %> | ||
4 | binddn <%= @ldap_dn %> | ||
5 | bindpw <%= @ldap_password %> | ||
6 | pam_login_attribute <%= @ldap_attribute %> | ||