Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86802 | Differences between
and this patch

Collapse All | Expand All

(-)proftpd-1.2.10/contrib/mod_ldap.c (-1 / +1 lines)
Lines 89-95 Link Here
89
 * TLS after connecting to the LDAP server. If TLS cannot be enabled, the
89
 * TLS after connecting to the LDAP server. If TLS cannot be enabled, the
90
 * LDAP connection will fail.
90
 * LDAP connection will fail.
91
 */
91
 */
92
/* #define USE_LDAPV3_TLS */
92
#define USE_LDAPV3_TLS
93
93
94
/* Uncomment this if you have OpenSSL and wish to verify non-crypt()
94
/* Uncomment this if you have OpenSSL and wish to verify non-crypt()
95
 * password hashes locally with OpenSSL. You'll also need to edit
95
 * password hashes locally with OpenSSL. You'll also need to edit

Return to bug 86802