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
O
mod_authnz_ldap for authentication
mod_authz_dbd for authorization
On Wed, Nov 28, 2012 at 4: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
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 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
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
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
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