Searched refs:suffix (Results 1 - 7 of 7) sorted by relevance

/sssd-io/src/tests/
H A Ddlopen-tests.c160 char *suffix; local
162 suffix = rindex(ent->d_name, '.');
163 if (suffix != NULL
164 && strcmp(suffix, ".so") == 0
165 && suffix[3] == '\0') {
/sssd-io/src/tests/python/sssd/testlib/common/
H A Dlibkrb5.py63 (krb_config, krb_config_path) = tempfile.mkstemp(suffix='cfg')
75 (acl_config, acl_config_path) = tempfile.mkstemp(suffix='cfg')
H A Dutils.py101 tmp_fd, tmp_file_path = tempfile.mkstemp(suffix='conf', prefix='smb')
202 def domain_from_suffix(self, suffix):
203 """ Domain name from the suffix
204 :param suffix: The suffix of 389 RHDS instance
208 if suffix is None:
209 raise Exception("Error: suffix should be passed")
211 l1 = suffix.split("dc=")
336 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf',
356 temp_fd, temp_file_path = tempfile.mkstemp(suffix
[all...]
H A Dlibdirsrv.py29 """Initialize name, suffix, host, ports, Directory Manager password."""
32 self.dsinstance_suffix = kwargs.get('suffix')
76 (ds_config, ds_config_file_path) = tempfile.mkstemp(suffix='cfg')
253 LDAP and TLS ports, specifies default suffix.
438 inst_suffix (str): Instance suffix
458 suffix=self.ds_instance_suffix,
/sssd-io/src/tests/multihost/basic/
H A Dconftest.py115 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf', prefix='sssd')
/sssd-io/src/sbus/
H A Dsbus_codegen379 def source_args(parent, args, suffix):
382 out("const struct sbus_arg_meta %s%s[] = {", parent.fq_c_name(), suffix)
/sssd-io/src/sss_client/
H A Dpam_sss.c349 const char *suffix)
359 if (strchr(suffix, '/') != NULL || strchr(domain_name, '/') != NULL) {
360 D(("Suffix [%s] or domain name [%s] contain illegal character.", suffix,
366 strlen(suffix);
374 suffix);
347 display_pw_reset_message(pam_handle_t *pamh, const char *domain_name, const char *suffix) argument

Completed in 945 milliseconds