Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-27 Thread Eric Covener
On Fri, Feb 27, 2009 at 6:45 AM, Anton Yakimov anton.yakimov.m...@gmail.com wrote: Hi all, I have also tried apache+ldap on other network host and result is the same: [ldap_search_ext_s() for user failed][Bad search filter] Maybe I can contact authnz_ldap module developer/maintainer? Can

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-27 Thread Eric Covener
On Thu, Feb 26, 2009 at 9:13 AM, Anton Yakimov anton.yakimov.m...@gmail.com wrote:    AuthLDAPUrl                 ldap://server.three.two.one:389/dc=three, dc=two, dc=one?sAMAccountName?sub?(objectClass=*) NONE Why is NONE inside the quotes? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-27 Thread Anton Yakimov
Oh, I will create a report, thanks for support! ps removed NONE - same error.. 2009/2/27 Eric Covener cove...@gmail.com: On Thu, Feb 26, 2009 at 9:13 AM, Anton Yakimov anton.yakimov.m...@gmail.com wrote:    AuthLDAPUrl                 ldap://server.three.two.one:389/dc=three, dc=two,

[us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Anton Yakimov
Hi everyone, I have a strange error with authnz_ldap_module. I have searched the web and tried a lot of combinations, but nothing helps. This list is my only hope (ok, not the only, I cab also try svnserve+sasl+ldap). Here is my subversion.conf: LoadModule dav_svn_module

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Sascha Kersken
Hi, I have a strange error with authnz_ldap_module. I have searched the web and tried a lot of combinations, but nothing helps. AuthLDAPUrl ldap://server.three.two.one:389/dc=three, dc=two, dc=one?sAMAccountName?sub?(objectClass=*) NONE There must not be blanks between

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Anton Yakimov
Thanks for reply, Sascha! But unfortunately it's not the cause.. 2009/2/26 Sascha Kersken s...@lingoworld.de: Hi, I have a strange error with authnz_ldap_module. I have searched the web and tried a lot of combinations, but nothing helps.    AuthLDAPUrl                

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Sascha Kersken
But unfortunately it's not the cause.. No, and I've got to correct my previous answer: RFC 2253 states that Implementations MUST allow for space (' ' ASCII 32) characters to be present between name-component and ',', between attributeTypeAndValue and '+', between attributeType and '=', and

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Anton Yakimov
Thanks again, Sascha. I must say, that this problem is really strange, only few pages in the web.. 2009/2/26 Sascha Kersken s...@lingoworld.de: But unfortunately it's not the cause.. No, and I've got to correct my previous answer: RFC 2253 states that Implementations MUST allow for space ('

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Sascha Kersken
Think I found it: AuthLDAPBindDN ad...@three.two.one The value of AuthLDAPBindDN must be a valid LDAP DN (something like cn=username,dc=mydomainname...), but you are using something that looks like an email address. Consequently, your log entry complains about user

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Anton Yakimov
Oh, it's not the cause also. If AuthLDAPBindDN or AuthLDAPBindPassword is incorrect, such message should be logged: [LDAP: ldap_simple_bind_s() failed][Invalid credentials] 2009/2/26 Sascha Kersken s...@lingoworld.de: Think I found it:    AuthLDAPBindDN              ad...@three.two.one The