]> granicus.if.org Git - sudo/commitdiff
Back out rev 1.105 for now. Real ldapux_client.conf support will be
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 Mar 2009 16:11:28 +0000 (16:11 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 Mar 2009 16:11:28 +0000 (16:11 +0000)
done later after some refactoring.

ldap.c

diff --git a/ldap.c b/ldap.c
index 2d0b1c236f75d6d30dce0a3ed07b264a739dd649..623901064bf53bcd67fe5633e6bb480803657118 100644 (file)
--- a/ldap.c
+++ b/ldap.c
@@ -163,7 +163,6 @@ static struct ldap_config_table ldap_conf_table[] = {
     { "sudoers_debug", CONF_INT, FALSE, -1, &ldap_conf.debug },
     { "host", CONF_STR, FALSE, -1, &ldap_conf.host },
     { "port", CONF_INT, FALSE, -1, &ldap_conf.port },
-    { "ldap_hostport", CONF_STR, FALSE, -1, &ldap_conf.host },
     { "ssl", CONF_STR, FALSE, -1, &ldap_conf.ssl },
     { "sslpath", CONF_STR, FALSE, -1, &ldap_conf.tls_certfile },
     { "uri", CONF_STR, FALSE, -1, &ldap_conf.uri },