Solved !
After changing the config.h to enable PAM authentication, I should have changed the Makefile too :
##LIB= -lcrypt
LIB=-lpam -ldl
At least at my Redhat the linker needed these other libraries to get its job done.
regards,
Koen.
[EMAIL PROTECTED] wrote: -To: users@httpd.apache.or
Dear,
I would like to add authentication (against the unix shadow file) to my
apache web server. But with the ability to lockout a user after 5 incorrect
attempts (in order to lockout script-kiddies / password-trial-programs).
For what I 've read about this on the web. This combination should w