Searched refs:hostnames (Results 1 - 3 of 3) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | sdap_async_sudo_hostinfo.c | 41 char **hostnames; member in struct:sdap_sudo_get_hostinfo_state 50 char **hostnames; member in struct:sdap_sudo_get_hostnames_state 62 char ***hostnames); 84 state->hostnames = NULL; 93 &state->hostnames, NULL); 96 "Unable to parse hostnames [%d]: %s\n", ret, strerror(ret)); 128 /* if hostnames are not specified, configure it automatically */ 129 if (state->hostnames == NULL) { 162 ret = sdap_sudo_get_hostnames_recv(state, subreq, &state->hostnames); 165 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to retrieve hostnames [ 174 sdap_sudo_get_hostinfo_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, char ***hostnames, char ***ip_addr) argument 503 sdap_sudo_get_hostnames_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, char ***hostnames) argument [all...] |
H A D | sdap_sudo.h | 30 char **hostnames; member in struct:sdap_sudo_ctx 89 char ***hostnames, char ***ip_addr);
|
H A D | sdap_async_sudo.c | 141 char **hostnames, 175 /* hostnames */ 176 if (hostnames != NULL) { 177 for (i = 0; hostnames[i] != NULL; i++) { 180 hostnames[i]); 259 sudo_ctx->hostnames, 445 ret = sdap_sudo_get_hostinfo_recv(sudo_ctx, subreq, &sudo_ctx->hostnames, 139 sdap_sudo_build_host_filter(TALLOC_CTX *mem_ctx, struct sdap_attr_map *map, char **hostnames, char **ip_addr, bool netgroups, bool regexp) argument
|
Completed in 18 milliseconds