Harry Holt wrote:
AuthLDAPUrl ldaps://ldap.intranet.mysite/o=myorg?uid SSL
Looks like overkill; you are telling mod_authnz_ldap to connect to an SSL ldap server (ldaps:) and then telling it to start a SSL session on the fly (e.g. over the default LDAP port). use either JUST ldaps:// ... or ldap:// with SSL option.
