2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Treat ldap_hostport the same as "host" for ldapux.

This commit is contained in:
Todd C. Miller
2009-03-14 16:02:11 +00:00
parent 28ce9e96e1
commit c07c11f6b6

1
ldap.c
View File

@@ -163,6 +163,7 @@ 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 },