Hi,it seems that it won't compile because of missing apr_sigfunc_t. That's because apache is compiled with:
#define APR_HAVE_SIGACTION 0 Am 29.11.2012 12:01, schrieb FINESEC:
Hi, try compiling this module using mingw port of gcc: http://www.mingw.org/ Regards, Adam Black FINESEC On Thu, Nov 29, 2012 at 11:36 AM, David Ecker <david@xxxxxxxxxxxxxxxxx <mailto:david@xxxxxxxxxxxxxxxxx>> wrote: Hi, that might work. Does anybody know where to get a compiled version of this module for Apache/2.2.22 (Win32) or another solution to my earlier question? I just got the intel C++ compiler installed which seems not to work compiling mod_authnz_external. Am 29.11.2012 04:56, schrieb Michael Streeter: On 11/28/2012 3:17 PM, David Ecker wrote: Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a user exists, do not check the password, it is not set for external defined users. The user should be successfully authenticated only if both criterias are satisfied. Thanks, David mod-auth-external might work nicely for this if you can write a script to take care of the checks. http://code.google.com/p/mod-__auth-external/ <http://code.google.com/p/mod-auth-external/> ------------------------------__------------------------------__--------- To unsubscribe, e-mail: users-unsubscribe@httpd.__apache.org <mailto:users-unsubscribe@xxxxxxxxxxxxxxxx> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx <mailto:users-help@xxxxxxxxxxxxxxxx> ------------------------------__------------------------------__--------- To unsubscribe, e-mail: users-unsubscribe@httpd.__apache.org <mailto:users-unsubscribe@xxxxxxxxxxxxxxxx> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx <mailto:users-help@xxxxxxxxxxxxxxxx>
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx