From 9395c9d231dd4849d8ceaa33c687bf006212592d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 22 Nov 2010 02:04:04 +0000 Subject: - add nssldap password handling --- modules/pam/templates/ldap.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/pam/templates') diff --git a/modules/pam/templates/ldap.conf b/modules/pam/templates/ldap.conf index 35575845..61f1bee7 100644 --- a/modules/pam/templates/ldap.conf +++ b/modules/pam/templates/ldap.conf @@ -1,4 +1,5 @@ - +binddn uid=nssldap,ou=System Accounts,<%= dc_suffix %> +bindpw <%= nssldap_password %> uri ldaps://ldap.<%= domain %> base <%= dc_suffix %> pam_lookup_policy no -- cgit v1.2.1