Searched defs:configNC (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ad/
H A Dad_gpo.c2817 * note: the configNC attribute is being retrieved here from the rootDSE
2848 const char *configNC; local
2860 "Unable to get configNC: [%d](%s)\n", ret, sss_strerror(ret));
2868 DEBUG(SSSDBG_OP_FAILURE, "No configNC retrieved\n");
2872 DEBUG(SSSDBG_OP_FAILURE, "Multiple replies for configNC\n");
2882 ret = sysdb_attrs_get_string(reply[0], AD_AT_CONFIG_NC, &configNC);
2890 talloc_asprintf(state, "%s,cn=Sites,%s", state->site_name, configNC);

Completed in 24 milliseconds