From d005808b0a87b30d9edc1273cde9dd5f3d1e02f2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 22 Nov 2010 02:03:58 +0000 Subject: - ldaps is required ( ie no unencrypted connection ) --- modules/pam/templates/ldap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pam/templates/ldap.conf b/modules/pam/templates/ldap.conf index 0b3a19fc..35575845 100644 --- a/modules/pam/templates/ldap.conf +++ b/modules/pam/templates/ldap.conf @@ -1,5 +1,5 @@ -uri ldap://ldap.<%= domain %> +uri ldaps://ldap.<%= domain %> base <%= dc_suffix %> pam_lookup_policy no pam_password exop -- cgit v1.2.1