Searched refs:update (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/tests/python/sssd/testlib/common/
H A Dauthconfig.py111 def execute(self, update=True):
113 if update:
114 self.add_option("update")
/sssd-io/src/tests/intg/
H A Dkrb5utils.py46 my_env.update(extra_env)
H A Dsecrets.py81 headers.update(self.headers)
H A Dds_openldap.py43 hash.update(salt)
/sssd-io/src/providers/ipa/
H A Dipa_common.c1137 bool update; local
1163 update = false;
1165 update = true;
1178 DP_OPT_DYNDNS_UPDATE, update);
/sssd-io/src/tools/
H A Dsss_cache.c164 "Failed to update subdomains for domain %s.\n", dinfo->name);
172 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to update filters.\n");
249 char *name, bool update, const char *fmt,
263 if (!name || !update) {
247 update_filter(struct cache_tool_ctx *tctx, struct sss_domain_info *dinfo, char *name, bool update, const char *fmt, enum sss_cache_entry entry_type, bool force_case_sensitivity, char **_filter) argument

Completed in 1509 milliseconds