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

/httpd/modules/mappers/
H A Dmod_userdir.c98 * Server config for this module: global disablement flag, a list of usernames
139 const char *usernames = arg; local
140 char *kw = ap_getword_conf(cmd->pool, &usernames);
155 * If there are no usernames specified, this is a global disable - we
158 if (!*usernames) {
165 if (!*usernames) {
183 while (*usernames) {
184 username = ap_getword_conf(cmd->pool, &usernames);

Completed in 317 milliseconds