[EMAIL PROTECTED] AuthLDAPURL and object not found

2008-03-18 Thread Marco Strullato
Hi all, I'm trying to authenticate users with ldap. I added to httpd.confthe following lines AuthType Basic AuthName "Secure Area" AuthzLDAPAuthoritative On AuthBasicProvider ldap AuthLDAPURL "ldap://:/?uid??(objectClass=account)" AuthLDAPBindDN "cn=Directory Manager" AuthLDAPBindPa

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-02 Thread Tony Stevenson
If you want to use multiple LDAP servers to protect one location, then you will need something like this yes. If you dont have the module loaded you will need to load it to use it. If you dont currently have the modulem then you will need to tell us what version of Apache you are usuing, how it

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-02 Thread Melanie Pfefer
Hi I do not have the module mod_authn_alias.so loaded. Do I need to configure apache with special option? thanks. --- Tony Stevenson <[EMAIL PROTECTED]> wrote: > Melanie, > > Sorry my mistake, I wasn't paying much attention > yesterday. > > What you need to look at is mod_authn_alias: > http

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-02 Thread Tony Stevenson
Melanie, Sorry my mistake, I wasn't paying much attention yesterday. What you need to look at is mod_authn_alias: http://httpd.apache.org/docs/2.2/mod/mod_authn_alias.html With this you can create a list of authentication types, look at the examples, these show exactly what you are trying to

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-02 Thread Melanie Pfefer
hi Tony, all, Line 177: AuthLDAPUrl ldap://PALADAR/ou=users,dc=uk,dc=siroe,dc=com?sAMAccountName?sub? ldap://PALADAR/ou=users,dc=us,dc=siroe,dc=com?sAMAccountName?sub? I searched on the web...seems apache does not allow 2 ldap urls in AuthLDAPUrl any hints please? --- Tony Stevenson <[EMAIL P

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Melanie Pfefer
thanks. But I got this error: Syntax error on line 177 of /usr/local/apache2/conf/httpd.conf: Invalid LDAP connection mode setting: must be one of NONE, SSL, or TLS/STARTTLS any idea? thanks. --- Tony Stevenson <[EMAIL PROTECTED]> wrote: > On Thu, November 1, 2007 12:34 pm, Melanie Pfefer > wr

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Tony Stevenson
On Thu, November 1, 2007 12:34 pm, Melanie Pfefer wrote: > hi, > > AuthLDAPUrl can have multiple values? > > > AuthLDAPUrl ldap://. , ldap://. > This is correct. If you use your last method, the last entry will overwrite the previous values. This is how it should look: AuthLDAPUrl ldap://a

[EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Melanie Pfefer
hi, AuthLDAPUrl can have multiple values? AuthLDAPUrl ldap://. , ldap://. or this form? AuthLDAPUrl ldap://... AuthLDAPUrl ldap://...?? thanks. ___ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good htt

[EMAIL PROTECTED] AuthLDAPUrl failover not working

2006-05-18 Thread Dmitri Colebatch
Hi all, I've spent an hour googling this so am really hoping this isn't just a case of me being stupid (although a quick fix would be nice). We have a apache 2.2.0 (built Dec 21 2005 15:12:36) instance with the following ldap config: Options FollowSymLinks AllowOverride None Auth