]> granicus.if.org Git - sudo/commitdiff
more config info
authorAaron Spangler <aaron777@gmail.com>
Thu, 26 Aug 2004 23:29:05 +0000 (23:29 +0000)
committerAaron Spangler <aaron777@gmail.com>
Thu, 26 Aug 2004 23:29:05 +0000 (23:29 +0000)
README.LDAP

index e5883c21f62aa506ada86343f0f8310f752a5990..2849152359dc9afd8b37a541a4b4b2c685a4ec6d 100644 (file)
@@ -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
 =================================