From 2d3b307b93c55a32e347cd8abdd082b1870d6048 Mon Sep 17 00:00:00 2001 From: Aaron Spangler Date: Thu, 26 Aug 2004 23:29:05 +0000 Subject: [PATCH] more config info --- README.LDAP | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.LDAP b/README.LDAP index e5883c21f..284915235 100644 --- a/README.LDAP +++ b/README.LDAP @@ -242,6 +242,10 @@ when you imported the sudoers. Below is an example /etc/ldap.conf # Either specify a uri or host & port #host ldapserver #port 389 + # + # URI will override host & port settings + # but only works with LDAP SDK's that support + # ldap_initialize() such as OpenLDAP uri ldap://ldapserver # # must be set or sudo will ignore LDAP @@ -257,6 +261,10 @@ when you imported the sudoers. Below is an example /etc/ldap.conf # LDAP Protocol Version defaults to 3 #ldap_version 3 # + # Define if you want to use port 389 and switch to + # encryption before the bind credentials are sent + #ssl start_tls + # Debugging your LDAP configuration ================================= -- 2.50.1