From: Todd C. Miller Date: Sat, 5 Jun 2004 17:55:58 +0000 (+0000) Subject: Update for configure changes X-Git-Tag: SUDO_1_6_8~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aa69afaa2da4ebc9fd04fc09335306c05eb6040;p=sudo Update for configure changes --- diff --git a/README.LDAP b/README.LDAP index 3095617b3..06495a738 100644 --- a/README.LDAP +++ b/README.LDAP @@ -103,17 +103,12 @@ to specify them at configure time. $ ./configure --with-ldap=/usr/local/ldapsdk --with-pam -Sudo by default builds against OpenLDAP's libraries. For others LDAP libraries -such as Netscape, iPlanet, Mozilla, SecureWay, add these lines to config.h -before running make: +Sudo is tested against OpenLDAP's implementation. Other LDAP implementations +may require adding '-lldif' to SUDO_LIBS in the Makefile. - #define HAVE_LBER_H - -You might have to also include '-llber' or '-lldif' in your LIBS. - -Your Mileage may vary. Please let Aaron Spangler know -what combinations worked best for your OS & LDAP Combinations so we can improve -sudo. +Your Mileage may vary. Please let Aaron Spangler +know what combinations worked best for your OS & LDAP Combinations so we can +improve sudo. More Build Notes: HP-UX 11.23 (gcc3) Galen Johnson