re-add explaining comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
André Malo
2003-11-09 20:05:06 +00:00
parent 82da89f3e9
commit a4ef421fa7

View File

@ -218,6 +218,13 @@ static authn_status check_anonymous(request_rec *r, const char *user,
}
}
/* Now if the supplied user-ID was ok, grant access if:
* (a) no passwd was sent and no password and no verification
* were configured.
* (b) password was sent and no verification was configured
* (c) verification was configured and the password (sent or not)
* looks like an email address
*/
if ( (res == AUTH_USER_FOUND)
&& (!conf->mustemail || *sent_pw)
&& ( !conf->verifyemail