On Sat, Feb 28, 2009 at 11:42 AM, Markus Moeller
wrote:
> Has anybody a sample configuration for mod_auth_kerb or mod_auth_gss with
> mod_authnz_ldap ?
>
> I'd like to authenticate the user with GSSAPI/SPNEGO and then authorize with
> ldap groups. The problem I see in my case is that the username
Has anybody a sample configuration for mod_auth_kerb or mod_auth_gss with
mod_authnz_ldap ?
I'd like to authenticate the user with GSSAPI/SPNEGO and then authorize with
ldap groups. The problem I see in my case is that the username has the realm
(e.g. u...@mydomain.com), but my ldap uid does not
I have Apache 2.2.3 server, which over time (a couple of days) uses lots
of memory. What uses lots of memory? Apache processes which do not want
to die for some reason.
The server can have only 10-20 active connections to httpd (as reported
by netstat's ESTABLISHED), but in the same time, ther
Hello all,
I use apache reverse proxy connected to two tomcat servers via ajp
protocol and mod_proxy_balancer . All connections to apache are ssl only.
In a very brief diagram:
[client] <-- ssl --> [apache reverse proxy] <-- (balancer, ajp
protocol) --> [tomcat1 or tomcat2]
The problem app