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:
1
ldap.c
1
ldap.c
@@ -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 },
|
||||
|
Reference in New Issue
Block a user