Lines Matching refs:username
45 * UserDir disable[d] username ...
46 * UserDir enable[d] username ...
48 * If "disabled" has no other arguments, *all* ~<username> references are
138 char *username;
184 username = ap_getword_conf(cmd->pool, &usernames);
185 apr_table_setn(usertable, username, kw);
193 "'disabled', or 'disabled username username...', or "
194 "'enabled username username...'"),
236 * If there's no username, it's not for us. Ignore . and .. as well.
244 * Nor if there's an username but it's in the disabled list.
351 const char *username = apr_table_get(r->notes, "mod_userdir_user");
353 if (username == NULL) {
361 if (apr_uid_get(&ugid->uid, &ugid->gid, username, r->pool) != APR_SUCCESS) {