]> granicus.if.org Git - apache-authnz-external/blobdiff - mod_authz_unixgroup/mod_authz_unixgroup.c
Allow group names to be quoted on "Require group" line.
[apache-authnz-external] / mod_authz_unixgroup / mod_authz_unixgroup.c
index 392a0c21e88d235fa47647127135b9f516e9135e..e373c53d4e669f2b8db70f81456fe0285775ab0f 100644 (file)
@@ -125,7 +125,7 @@ static int check_unix_group(request_rec *r, const char *grouplist)
     /* Loop through list of groups passed in */
     while (*grouplist != '\0')
     {
-       w= ap_getword_white(r->pool, &grouplist);
+       w= ap_getword_conf(r->pool, &grouplist);
        if (apr_isdigit(w[0]))
        {
            /* Numeric group id */