Lines Matching refs:owner
48 reason = "'Require file-owner' is not supported on this platform.";
54 char *owner = NULL;
80 reason = "no file owner information available";
87 status = apr_uid_name_get(&owner, finfo.user, r->pool);
88 if (status != APR_SUCCESS || !owner) {
89 reason = "could not get name of file owner";
96 if (strcmp(owner, r->user)) {
97 reason = apr_psprintf(r->pool, "file owner %s does not match.",
98 owner);
174 ap_register_auth_provider(p, AUTHZ_PROVIDER_GROUP, "file-owner",