Tomas hello.

It works for me, I have the following:

httpd.conf:
------------

AuthLDAPURL "ldaps://<hostname>:636/ou=internal,ou=People,o=group"
   # Note the above is simpler than yours
   # Note I don't use AuthzLDAPAuthoritative off
   ...
   AuthLDAPBindDN "cn=asdf,...,o=group"
   AuthLDAPBindPassword <plain text password>

   ...
   require valid-user
   ...

Cdlt, Dave
-------

Firstly, sorry that On 21/01/2011 00:55, Tomas Pelka wrote:
AuthzLDAPAuthoritative off

Reply via email to