From 4210f536c6184e065bdb6a9d3cd178c79b70f743 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 2 Mar 2009 12:36:06 +0000 Subject: [PATCH] tivoli-based ldap does not have ldapssl_err2string --- ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap.c b/ldap.c index 3f136b558..623901064 100644 --- a/ldap.c +++ b/ldap.c @@ -1684,7 +1684,7 @@ sudo_ldap_open(nss) DPRINTF(("ldap_start_tls_s() ok"), 1); #elif defined(HAVE_LDAP_SSL_CLIENT_INIT) && defined(HAVE_LDAP_START_TLS_S_NP) if (ldap_ssl_client_init(NULL, NULL, 0, &rc) != LDAP_SUCCESS) { - warningx("ldap_ssl_client_init(): %s", ldapssl_err2string(rc)); + warningx("ldap_ssl_client_init(): %s", ldap_err2string(rc)); return(-1); } rc = ldap_start_tls_s_np(ld, NULL); -- 2.40.0