Lines Matching defs:host
52 char *host; /* Name of the LDAP server (or space separated list) */
342 sec->host = NULL;
460 ldc = util_ldap_connection_find(r, sec->host, sec->port,
535 if (sec->host) {
544 ldc = util_ldap_connection_find(r, sec->host, sec->port,
550 "auth_ldap authenticate: no sec->host - weird...?");
725 if (!sec->host) {
727 "auth_ldap authorize: no sec->host - weird...?");
853 if (!sec->host) {
855 "auth_ldap authorize: no sec->host - weird...?");
1054 if (!sec->host) {
1056 "auth_ldap authorize: no sec->host - weird...?");
1154 if (!sec->host) {
1156 "auth_ldap authorize: no sec->host - weird...?");
1263 if (!sec->host) {
1265 "auth_ldap authorize: no sec->host - weird...?");
1391 if (sec->host) {
1396 "auth_ldap authorize: no sec->host - weird...?");
1464 * host and port.
1484 if (sec->host) {
1485 sec->host = apr_pstrcat(cmd->pool, urld->lud_host, " ", sec->host, NULL);
1488 sec->host = urld->lud_host? apr_pstrdup(cmd->pool, urld->lud_host) : "localhost";
1722 "URL of the form ldap://host[:port]/basedn[?attrib[?scope[?filter]]].\n"