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 <da...@ecker-software.de>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<users-unsubscr...@httpd.apache.org> >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org<users-unsubscr...@httpd.apache.org> > For additional commands, e-mail: users-h...@httpd.apache.org > >