From: Aaron Spangler Date: Thu, 26 Aug 2004 23:29:05 +0000 (+0000) Subject: more config info X-Git-Tag: SUDO_1_6_8p1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d3b307b93c55a32e347cd8abdd082b1870d6048;p=sudo more config info --- 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 =================================