Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-20 Thread Minson, John M Mr ARMY GUEST
the 'user' is coming from mod_auth_kerb . I am going to hack the code (mod_authnz_ldap) to strip off the '@wherever' part . Eric Covener wrote: On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: using 'snoop' I determined that the ldap modul

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: > using 'snoop' I determined that the ldap module is using a uid that looks > like this > > [EMAIL PROTECTED] > > The 'someuser' portion is what is in lDAP . > > How do I pass just 'someuser' as the uid ? That

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
using 'snoop' I determined that the ldap module is using a uid that looks like this [EMAIL PROTECTED] The 'someuser' portion is what is in lDAP . How do I pass just 'someuser' as the uid ? I verified that '[EMAIL PROTECTED]' is contained in 'REMOTE_USER' env variable Eric Covener wrote:

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 1:21 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: > I'm trying to implement mod_authnz_ldap and get the following error > > auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed > > I have tried dozens of combinations of AuthLDAPUrl and A

[EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
I'm trying to implement mod_authnz_ldap and get the following error auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed I have tried dozens of combinations of AuthLDAPUrl and AuthLDAPBindDN Is there anyway to get it to display the 'User DN' its trying to use ? apache ha

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread Rodney Ramos
Thank you, André. That´s because I´m migrating an application from Apache 1.3 to Apache 2. On Apache 1.3 I was used to Apache::DBI, Apache::AuthDBI, mod_perl, mod_auth_ldap etc. Everything worked fine, but Thank you again. Rodney. On Wed, Oct 22, 2008 at 11:52 AM, André Warnier <[EMAIL

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread André Warnier
Rodney Ramos wrote: Great! That´s it! I´ve tried to use a user called "admin" that exists in the LDAP server. So, to make the test, I´ve created a crazy username and put it into the flat file, and it works! The Apache tries to consult the flat file only if it doesn´t find the user in the LDAP

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread Rodney Ramos
Great! That´s it! I´ve tried to use a user called "admin" that exists in the LDAP server. So, to make the test, I´ve created a crazy username and put it into the flat file, and it works! The Apache tries to consult the flat file only if it doesn´t find the user in the LDAP server. Now, another

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Thanks. That info might very well save me a couple of days of scratching my head some time soon. André Eric Covener wrote: On Tue, Oct 21, 2008 at 1:43 PM, André Warnier <[EMAIL PROTECTED]> wrote: Eric Covener wrote: On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP re

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 1:43 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: >> >> On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP >> referrals. >> > Eric, can you elaborate a bit on that, or direct me/us to some additional > information ? > This is not dir

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Eric Covener wrote: On Tue, Oct 21, 2008 at 1:58 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: Hi, Eric. Thank you for your answers. I´ve tried to do what you said, setting the directive AuthBasicProvider as below: AuthBasicProvider ldap file But the problem is the same. Apache doen´t check the

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 1:58 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: > Hi, Eric. Thank you for your answers. > > I´ve tried to do what you said, setting the directive AuthBasicProvider as > below: > > AuthBasicProvider ldap file > > But the problem is the same. Apache doen´t check the flat file

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Rodney Ramos
Hi, Eric. Thank you for your answers. I´ve tried to do what you said, setting the directive AuthBasicProvider as below: AuthBasicProvider ldap file But the problem is the same. Apache doen´t check the flat file, as you can see in the log below:

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Eric Covener wrote: On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP referrals. Eric, can you elaborate a bit on that, or direct me/us to some additional information ? This is not directly related to the OP's issue, but I'm doing a lot of AAA related stuff these days, an

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 12:59 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: > I´m trying to use the mod_authnz_ldap module to authenticate the users in a > Microsoft AD LDAP Server, but I´m having a lot of problems. > > The only configuration that worked was: > > AuthName "" > AuthType Basic > Au

[EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Rodney Ramos
I´m trying to use the mod_authnz_ldap module to authenticate the users in a Microsoft AD LDAP Server, but I´m having a lot of problems. The only configuration that worked was: AuthName "" AuthType Basic AuthBasicProvider ldap AuthLDAPUrl "ldap://ldapserver:3268/dc=domain,dc=com?cn"; AuthLDAPB

[EMAIL PROTECTED] mod_authnz_ldap problems with Apache 2.2.9

2008-10-09 Thread lambic
Hello Apache gurus, I am having trouble getting mod_authnz_ldap to work in Apache. httpd-2.2.9 running on Solaris 10 (in a non-global zone) Here is my configure line: ./configure --prefix=/svn/builds/apache-2.2.9_20081009 --enable-logio --enable-proxy --enable-proxy-http --enable-rewrite --enabl

[EMAIL PROTECTED] mod_authnz_ldap caching my session

2008-05-02 Thread Jay Jesus Amorin
Hi, is there a way to clear my cache on my browser through httpd? my senario, i have a folder that was secured by mod_authnz_ldap through .htaccess, when i visit my webpage and it brought me to a folder which is secure through .htaccess, it pops-up an authentication and after i close my browser a

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-02-05 Thread jehan procaccia
Eric Covener wrote: On Jan 31, 2008 12:59 PM, Eric Covener <[EMAIL PROTECTED]> wrote: On Jan 31, 2008 12:16 PM, jehan procaccia <[EMAIL PROTECTED]> wrote: I do enter in mod_auth_cas for authn, then authz is supposed to be carried out from mod_authnz_ldap, Peaking at the source,

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Eric Covener
On Jan 31, 2008 12:59 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Jan 31, 2008 12:16 PM, jehan procaccia > <[EMAIL PROTECTED]> wrote: > > > I do enter in mod_auth_cas for authn, then authz is supposed to be > > carried out from mod_authnz_ldap, > > Peaking at the source, it looks like mod_auth

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Eric Covener
On Jan 31, 2008 12:16 PM, jehan procaccia <[EMAIL PROTECTED]> wrote: > I do enter in mod_auth_cas for authn, then authz is supposed to be > carried out from mod_authnz_ldap, Peaking at the source, it looks like mod_authnz_ldap only sets this when it authenticates (checks the password) for a reque

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread jehan procaccia
Eric Covener wrote: On Jan 31, 2008 10:11 AM, jehan procaccia <[EMAIL PROTECTED]> wrote: hello, however I cannot see these "AUTHENTICATE_=value" in my environement variable !? my .htaccess file contains AuthType CAS AuthName "INT auth" AuthLDAPUrl "ldap://ldap4.int-evry.fr/dc=

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread jehan procaccia
Nick Kew wrote: On Thu, 31 Jan 2008 16:11:05 +0100 jehan procaccia <[EMAIL PROTECTED]> wrote: I'am on centos5 with httpd-2.2.3 Read the CHANGES file. I don't recollect exactly when it happened, but I'm pretty sure those variables were added more recently than 2.2.3. I can't see a

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Nick Kew
On Thu, 31 Jan 2008 16:11:05 +0100 jehan procaccia <[EMAIL PROTECTED]> wrote: > I'am on centos5 with httpd-2.2.3 Read the CHANGES file. I don't recollect exactly when it happened, but I'm pretty sure those variables were added more recently than 2.2.3. -- Nick Kew Application Development with

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Eric Covener
On Jan 31, 2008 10:11 AM, jehan procaccia <[EMAIL PROTECTED]> wrote: > hello, > however I cannot see these "AUTHENTICATE_=value" in my > environement variable !? > my .htaccess file contains > > > AuthType CAS > AuthName "INT auth" > AuthLDAPUrl > "ldap://ldap4.int-evry.fr/dc=int-evry,dc=fr?ui

[EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread jehan procaccia
hello, in the doc: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#exposed it is said that " all LDAP attributes returned by the query are placed in the environment, using environment variables with the prefix "AUTHENTICATE_" however I cannot see these "AUTHENTICATE_=value" in my en

Re: [EMAIL PROTECTED] mod_authnz_ldap and SSL

2007-10-17 Thread Alexander Fortin
Eric Covener wrote: On 10/17/07, Alexander Fortin <[EMAIL PROTECTED]> wrote: LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/cacert.pem LDAPTrustedMode SSL LDAPVerifyServerCert off Wireshark will format the initial stages of the handshake pretty nicely, you might se

Re: [EMAIL PROTECTED] mod_authnz_ldap and SSL

2007-10-17 Thread Eric Covener
On 10/17/07, Alexander Fortin <[EMAIL PROTECTED]> wrote: > > > LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/cacert.pem > LDAPTrustedMode SSL > LDAPVerifyServerCert off > Wireshark will format the initial stages of the handshake pretty nicely, you might see something

[EMAIL PROTECTED] mod_authnz_ldap and SSL

2007-10-17 Thread Alexander Fortin
Hi guys. I'm trying to enable SSL for LDAP authentication on a Debian Etch, Apache version 2.2.3 The authentication/authorization without SSL directives is working properly, but as soon as I try to enable the secure layer, I get this error: [debug] mod_authnz_ldap.c(373): [18646] auth_ldap a

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-04 Thread Peter Milanese
- Original Message From: Tony Stevenson <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, October 2, 2007 9:08:00 AM Subject: Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino Nick Kew wrote: > On Tue, 2 Oct 2007 07:49:56 -0700 (PDT) > Peter Milanese <[EMAIL PROTECTE

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-02 Thread Peter Milanese
ber 2, 2007 12:08:00 PM Subject: Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino Nick Kew wrote: > On Tue, 2 Oct 2007 07:49:56 -0700 (PDT) > Peter Milanese <[EMAIL PROTECTED]> wrote: > >> Is there someone I can specifically ask about mod_authnz_ldap and >> Domino?

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-02 Thread Tony Stevenson
Nick Kew wrote: On Tue, 2 Oct 2007 07:49:56 -0700 (PDT) Peter Milanese <[EMAIL PROTECTED]> wrote: Is there someone I can specifically ask about mod_authnz_ldap and Domino? Seems unlikely. Very, but I will try. Can you show us some specific example of failures, log results etc? Errorlog, Do

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-02 Thread Eric Covener
On 10/2/07, Peter Milanese <[EMAIL PROTECTED]> wrote: > > Is there someone I can specifically ask about mod_authnz_ldap and Domino? > > I saw someone in the past had the same issue, but do not know if and how it > was resolved. Can't go live with a new box without it! > > Thanks much- You probably

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-02 Thread Nick Kew
On Tue, 2 Oct 2007 07:49:56 -0700 (PDT) Peter Milanese <[EMAIL PROTECTED]> wrote: > Is there someone I can specifically ask about mod_authnz_ldap and > Domino? Seems unlikely. > - Original Message Looks as if it might have been on-topic here, if it had been specific enough to answer me

Re: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-02 Thread Peter Milanese
ROTECTED]> To: users@httpd.apache.org Sent: Monday, October 1, 2007 8:02:43 AM Subject: [EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino Greetings- I need to get mod_authnz_ldap and Lotus Domino's decrepid ldap server working together. I get an operation failure with any query ru

[EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2007-10-01 Thread Peter Milanese
Greetings- I need to get mod_authnz_ldap and Lotus Domino's decrepid ldap server working together. I get an operation failure with any query run through apache. Otherwise, the same LDAPURL works in a browser. Does anyone know of the specific issue pretaining to Domino's ldap directory?

Re: [EMAIL PROTECTED] mod_authnz_ldap and env vars?

2007-09-30 Thread Richard Fogle
James, Thanks for the response, I quite agree this is something that I would logically expect to be included. Would you mind posting your patch? Even if it doesn't get merged I'm sure I'm not the only one who needs to know this information. It makes little sense to have all these table

Re: [EMAIL PROTECTED] mod_authnz_ldap and env vars?

2007-09-28 Thread James Devenish
Hi Richard, On 29/09/2007, Richard N. Fogle <[EMAIL PROTECTED]> wrote: > Is there a way to acquire the group via code, like a server > environment variable (e.g., like REMOTE_USER) of the group authorized > by a require ldap-group (or any group)? This would be extremely I agree that it would be

[EMAIL PROTECTED] mod_authnz_ldap and env vars?

2007-09-28 Thread Richard N. Fogle
Is there a way to acquire the group via code, like a server environment variable (e.g., like REMOTE_USER) of the group authorized by a require ldap-group (or any group)? This would be extremely helpful in applications where a page would have features depending on the access level of the us

[EMAIL PROTECTED] mod_authnz_ldap and AUTHENTICATE_* environment variables?

2006-10-09 Thread James Garrison
The current documentation for the AuthLDAPUrl directive includes the following: ldap://host:port/basedn?attribute?scope?filter attribute The attribute to search for. Although RFC 2255 allows a comma-separated list of attributes, only the first attribute will be used, no m

[EMAIL PROTECTED] mod_authnz_ldap - seemingly authenticating, but not working...

2006-09-23 Thread Tony Clark
hi all,I'm trying to use this module to authenticate a web site here from my ldap server.  When accessing the site, it pops up the authentication dialog, takes my info and then rather than letting me into the site, sends me to the authentication dialog again (endlessly).The authentication appears t

[EMAIL PROTECTED] mod_authnz_ldap authentication of users stored in multiple OU's

2006-09-07 Thread Disorder
Hi Im currently running Apache  2.2 and have loaded Mod_authnz_ldap module to authenticate users against a microsoft active directory. I can succesfully bind to the LDAP server and authenticate a user as long as i specify a specific OU i.e if my AuthLDAPURL directive says   AuthLDAPURL ldap://ms-m

AW: [EMAIL PROTECTED] Mod_authnz_ldap with apache 2.2.0 (suse 10.1)

2006-08-28 Thread Ext_Krueger, Philipp
ng out tufts of hair by now without their help... Von: Ext_Krueger, Philipp [mailto:[EMAIL PROTECTED] Gesendet: Montag, 28. August 2006 15:57An: users@httpd.apache.orgBetreff: [EMAIL PROTECTED] Mod_authnz_ldap with apache 2.2.0 (suse 10.1) Hello! I hope somebody can help me, last week I'

[EMAIL PROTECTED] Mod_authnz_ldap with apache 2.2.0 (suse 10.1)

2006-08-28 Thread Ext_Krueger, Philipp
Title: Mod_authnz_ldap with apache 2.2.0 (suse 10.1) Hello! I hope somebody can help me, last week I've set up an apache 2.0.x on windows and installed the mod_auth_ldap from http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_cache.html and I've managed to get it to work. Now

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-31 Thread Ricardo Stella
Declerck Michael-W30479 wrote: > Elaine, > Thank you for your help! > > I had already installed Apache once without any modules, so I had > apr-utils installed. > > > Here's what I use (both under Solaris and RHEL4): * Creat a myconfigure.sh script with the following: ---BEGIN--- #! /bi

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-31 Thread Declerck Michael-W30479
\ > "--with-ldap" \ What is the --enable-so flag for? Is the --with-ssl flag pointing to the ssl libraries? Why is --enable-ssl set to shared? Does that have something to do with DSO? Again, thank you very much for your help Elaine, Micahel DeClerck ________ From

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread elaine
.data+0xe6c): undefined reference to `apr_ldap_url_parse_ext' server/.libs/libmain.a(exports.o):(.data+0xe70): undefined reference to `apr_ldap_url_parse' modules/aaa/.libs/libmod_authnz_ldap.a(mod_authnz_ldap.o): In function `mod_auth_ldap_parse_url':mod_authnz_ldap.c:(.text+0x1e84):

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread Declerck Michael-W30479
les I installed will be availabe to both installs?   Any advice is appreciated, Micahel From: Declerck Michael-W30479 Sent: Friday, July 28, 2006 11:10 AMTo: users@httpd.apache.orgSubject: RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 I tried the extra --with-ldap-include and --with-ldap-l

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread Declerck Michael-W30479
elaine [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:12 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 Michael,Do you have any previous apr installation ? If you don't have, try to use the bundled apr and apr-util that comes with the

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread elaine
rl_parse' collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 I have very little idea of what to do. Any help at all is appreciated. -Original Message- From: Declerck Michael-W30479 Sent: Thursday, July 20, 2006 2:31 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTEC

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-27 Thread Declerck Michael-W30479
Any help at all is appreciated. -Original Message- From: Declerck Michael-W30479 Sent: Thursday, July 20, 2006 2:31 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 Kenneth, Thank you for the redirect to /usr/lib/apache2/modules/, I was wondering wh

[EMAIL PROTECTED] mod_authnz_ldap static compile

2006-07-24 Thread Declerck Michael-W30479
I using Ubuntu 6.06 Does anyone know how to define where the LDAP libraries are when compiling the mod_authnz_ldap module statically into Apache2.2?   I get an error "configure: error: could not find an LDAP library".   I am using the configure line: "./configure --with-ldap --enable-ldap

[EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2006-07-24 Thread alexander dosher
So i've set up the simplest-possible mod_authnz_ldap vs. Lotus Domino authentication configuration, and it doesn't work - which over the years i've come to expect from Domino, but i don't think it's at fault this time. I'm running Apache & Domino on the same machine, & getting the infamous "Operat

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Declerck Michael-W30479
always appreciated. Michael DeClerck -Original Message- From: Kenneth Stueflotten Svee [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 3:43 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 [ Declerck Michael-W30479 ] > Hello, > I ins

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Kenneth Svee
[ Declerck Michael-W30479 ] > Hello, > I installed Apache2.2.2 several weeks ago on my Ubuntu Linux machine > (which is similar to Debian), and also on my Windows XP machine. I > went to my /etc/apache2/mods-available/ directory looking for the > mod_authnz_ldap package which (according to > http:

[EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-19 Thread Declerck Michael-W30479
Hello, I installed Apache2.2.2 several weeks ago on my Ubuntu Linux machine (which is similar to Debian), and also on my Windows XP machine. I went to my /etc/apache2/mods-available/ directory looking for the mod_authnz_ldap package which (according to http://httpd.apache.org/docs/2.2/mod/)

[EMAIL PROTECTED] mod_authnz_ldap bug?

2006-02-22 Thread Mika Borner
Hi. I have an almost working apache 2.2 installation on Solaris 10 with mod_authnz_ldap enabled and configured: -Logging in with correct user/password => Everything works fine. LDAP Bind/Log-in successful. -Logging in with non-existing LDAP-user, re-opens the browser login window => OK -Logg