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

/sssd/src/db/
H A Dsysdb_gpo.c29 const char *gpo_guid)
35 ret = sysdb_dn_sanitize(NULL, gpo_guid, &clean_gpo_guid);
51 const char *gpo_guid,
74 update_msg->dn = sysdb_gpo_dn(update_msg, domain, gpo_guid);
92 /* Check for an existing gpo_guid entry */
99 "Adding new GPO [gpo_guid:%s][gpo_version:%d]\n",
100 gpo_guid, gpo_version);
127 lret = ldb_msg_add_string(update_msg, SYSDB_GPO_GUID_ATTR, gpo_guid);
175 DEBUG(SSSDBG_TRACE_ALL, "Updating new GPO [%s][%s]\n", domain->name, gpo_guid);
243 const char *gpo_guid,
28 sysdb_gpo_dn(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *gpo_guid) argument
50 sysdb_gpo_store_gpo(struct sss_domain_info *domain, const char *gpo_guid, int gpo_version, int cache_timeout, time_t now) argument
241 sysdb_gpo_get_gpo_by_guid(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *gpo_guid, struct ldb_result **_result) argument
[all...]
/sssd/src/providers/ad/
H A Dad_gpo.c125 const char *gpo_guid; member in struct:gp_gpo
175 const char *gpo_guid,
871 candidate_gpo->gpo_guid);
993 dacl_filtered_gpo->gpo_guid);
2136 DEBUG(SSSDBG_TRACE_FUNC, "dacl_filtered_gpos[%d]->gpo_guid is %s\n", i,
2137 state->dacl_filtered_gpos[i]->gpo_guid);
2171 DEBUG(SSSDBG_TRACE_FUNC, "cse_filtered_gpos[%d]->gpo_guid is %s\n", i,
2172 state->cse_filtered_gpos[i]->gpo_guid);
2174 state->cse_filtered_gpos[i]->gpo_guid);
2235 DEBUG(SSSDBG_TRACE_FUNC, "cse filtered_gpos[%d]->gpo_guid i
2337 const char *gpo_guid = cse_filtered_gpo->gpo_guid; local
3795 const char *gpo_guid = NULL; local
4045 const char *gpo_guid; member in struct:ad_gpo_process_cse_state
4066 ad_gpo_process_cse_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, bool send_to_child, struct sss_domain_info *domain, const char *gpo_guid, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, int gpo_timeout_option) argument
[all...]

Completed in 1253 milliseconds