Searched refs:original (Results 1 - 6 of 6) sorted by relevance
/sssd/src/util/ |
H A D | sss_nss.h | 32 const char *original; member in struct:sss_nss_homedir_ctx
|
H A D | sss_nss.c | 132 if (homedir_ctx->original == NULL) { 138 orig = homedir_ctx->original;
|
/sssd/contrib/ci/ |
H A D | valgrind-condense | 32 PATH_PATTERN An extended glob pattern matching the (original) path to 118 # Generate original path from libtool path
|
/sssd/src/providers/ipa/ |
H A D | ipa_subdomains_id.c | 122 * original value is used for the search (e.g. during cache updates) */ 762 const char *original, const char **_homedir) 775 if (strstr(dom->subdomain_homedir, "%o") != NULL && original == NULL) { 789 homedir_ctx.original = original; 886 const char *original; local 926 original = ldb_msg_find_attr_as_string(msg, SYSDB_HOMEDIR, NULL); 927 if (original == NULL) { 931 ret = get_subdomain_homedir_of_user(mem_ctx, dom, fqname, uid, original, 760 get_subdomain_homedir_of_user(TALLOC_CTX *mem_ctx, struct sss_domain_info *dom, const char *fqname, uint32_t uid, const char *original, const char **_homedir) argument
|
/sssd/src/tests/cmocka/ |
H A D | test_utils.c | 1083 homedir_ctx->original = ORIGINAL_HOME;
|
/sssd/src/responder/nss/ |
H A D | nsssrv_cmd.c | 139 homedir_ctx->original = homedir; 227 DEBUG(SSSDBG_TRACE_ALL, "Using original shell '%s'\n", user_shell); 724 /* In case of local view we have to always contant DP with the original 2232 * go away if the original request does. We will delete 3408 * go away if the original request does. We will delete 3907 /* copy, we need the original intact in case we need to invalidate 3908 * all the original groups */ 4020 /* If the GID of the original primary group is available but equal to the 4054 /* do not add the GID of the original primary group is the user is
|
Completed in 49 milliseconds