clean compile script, fix build of apache module
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ static int absec_handler_first(request_rec *r)
|
||||
//ap_rprintf(r, "Headers Authorization: %s \n<br/>", auth64);
|
||||
//ap_rprintf(r, "User/Pass: %s/%s \n<br/>", user, pass);
|
||||
|
||||
int pam_result = pam_check_user(user, pass);
|
||||
int pam_result = check_user(user, pass);
|
||||
if ( (pam_result==PAM_ERROR_START) || (pam_result==PAM_ERROR_STOP) ) {
|
||||
return HTTP_INTERNAL_SERVER_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user