Searched refs:SPRIuid (Results 1 - 25 of 26) sorted by relevance

12

/sssd/src/util/
H A Dsss_format.h50 # define SPRIuid PRIu64 macro
52 # define SPRIuid PRIu32 macro
H A Dbecome_user.c34 "Trying to become user [%"SPRIuid"][%"SPRIgid"].\n", uid, gid);
39 DEBUG(SSSDBG_FUNC_DATA, "Already user [%"SPRIuid"].\n", uid);
152 DEBUG(SSSDBG_FUNC_DATA, "Already user [%"SPRIuid"].\n", uid);
H A Dserver.c473 "Cannot become user [%"SPRIuid"][%"SPRIgid"].\n", uid, gid);
/sssd/src/responder/common/
H A Dnegcache_files.c65 "User with UID %"SPRIuid" is a local user\n", uid);
H A Dnegcache.c396 str = talloc_asprintf(ctx, "%s/%s/%"SPRIuid, NC_UID_PREFIX, dom->name,
399 str = talloc_asprintf(ctx, "%s/%"SPRIuid, NC_UID_PREFIX, uid);
563 str = talloc_asprintf(ctx, "%s/%s/%"SPRIuid, NC_UID_PREFIX, dom->name,
566 str = talloc_asprintf(ctx, "%s/%"SPRIuid, NC_UID_PREFIX, uid);
H A Dresponder_common.c467 "Access denied for uid [%"SPRIuid"].\n",
/sssd/src/providers/ipa/
H A Dselinux_child.c254 "Running with effective IDs: [%"SPRIuid"][%"SPRIgid"].\n",
279 "Running with real IDs [%"SPRIuid"][%"SPRIgid"].\n",
/sssd/src/p11_child/
H A Dp11_child_nss.c638 "Running with effective IDs: [%"SPRIuid"][%"SPRIgid"].\n",
642 "Running with real IDs [%"SPRIuid"][%"SPRIgid"].\n",
/sssd/src/providers/ldap/
H A Dldap_child.c132 "Will run as [%"SPRIuid"][%"SPRIgid"].\n", ibuf->uid, ibuf->gid);
718 "Running as [%"SPRIuid"][%"SPRIgid"].\n", geteuid(), getegid());
/sssd/src/providers/proxy/
H A Dproxy_id.c178 DEBUG(SSSDBG_TRACE_FUNC, "User found: (%s, %"SPRIuid", %"SPRIgid")\n",
353 DEBUG(SSSDBG_TRACE_FUNC, "Searching user by uid (%"SPRIuid")\n", uid);
398 "proxy -> getpwuid_r failed for '%"SPRIuid"' <%d>: %s\n",
499 "User found (%s, %"SPRIuid", %"SPRIgid")\n",
/sssd/src/tests/cmocka/
H A Dtest_krb5_common.c95 uid_opt = talloc_asprintf(krb5_ctx, "--fast-ccache-uid=%"SPRIuid, getuid());
/sssd/src/providers/
H A Ddata_provider_be.c578 "Cannot become user [%"SPRIuid"][%"SPRIgid"].\n", uid, gid);
/sssd/src/providers/krb5/
H A Dkrb5_utils.c303 result = talloc_asprintf_append(result, "%s%"SPRIuid, p,
H A Dkrb5_ccache.c120 "belonging to root or to [%"SPRIuid"].\n", uid);
H A Dkrb5_child.c2157 "Running as [%"SPRIuid"][%"SPRIgid"].\n", geteuid(), getegid());
2511 "Running as [%"SPRIuid"][%"SPRIgid"].\n", geteuid(), getegid());
2679 "User with uid:%"SPRIuid" gid:%"SPRIgid" cannot read "
2810 "Running as [%"SPRIuid"][%"SPRIgid"].\n", geteuid(), getegid());
H A Dkrb5_child_handler.c294 "--"CHILD_OPT_FAST_CCACHE_UID"=%"SPRIuid,
/sssd/src/responder/secrets/
H A Dproviders.c36 talloc_asprintf(secreq, SEC_BASEPATH"users/%"SPRIuid"/%s",
/sssd/src/tools/
H A Dtools_util.c373 "%s not owned by %"SPRIuid", not removing\n",
H A Dsss_seed.c170 "extra characters [%s] after ID [%"SPRIuid"]\n",
/sssd/src/db/
H A Dsysdb_init.c112 "Cannot set sysdb ownership of %s to %"SPRIuid":%"SPRIgid"\n",
122 "Cannot set sysdb ownership of %s to %"SPRIuid":%"SPRIgid"\n",
H A Dsysdb_sudo.c254 filter = talloc_asprintf_append(filter, "(%s=#%"SPRIuid")", attr, uid);
/sssd/src/monitor/
H A Dmonitor_netlink.c479 "Ignoring netlink message from UID %"SPRIuid"\n",
H A Dmonitor.c980 " --uid %"SPRIuid" --gid %"SPRIgid,
1143 " --uid %"SPRIuid" --gid %"SPRIgid,
2565 "Running under %"SPRIuid", must be root\n", uid);
/sssd/src/responder/sudo/
H A Dsudosrv_get_sudorules.c239 val = talloc_asprintf(tmp_ctx, "#%"SPRIuid, uid);
/sssd/src/responder/pam/
H A Dpamsrv_cmd.c1250 DEBUG(SSSDBG_MINOR_FAILURE, "uid %"SPRIuid" is not trusted.\n",
1965 "Untrusted user %"SPRIuid" cannot access non-public domain %s.\n",

Completed in 1875 milliseconds

12