ipa_hosts.c revision 07002c911aa643000856f78707f1fee72b5eea29
0N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
0N/A#include "providers/ldap/sdap_async.h"
0N/A#include "providers/ipa/ipa_hosts.h"
0N/A#include "providers/ipa/ipa_common.h"
0N/Astruct ipa_host_state {
0N/A int search_base_iter;
0N/A char *cur_filter;
0N/A char *host_filter;
static errno_t
static errno_t
struct tevent_req *
const char *hostname,
return NULL;
goto immediate;
hostname);
goto immediate;
goto immediate;
return req;
return req;
return EOK;
return ENOMEM;
return EIO;
return EAGAIN;
const char *host_dn;
return EOK;
return ENOMEM;
return EIO;
return EAGAIN;
const char *hostgroup_name;
const char *hostgroup_dn;
&hostgroups);
if (hostgroup_count > 0) {
struct sysdb_attrs *,
&deref_result);
goto done;
NULL)) {
done:
size_t c;
return EOK;