Hello all,
I have the following snippet:
<IfModule mod_ldap>
<Location /ldap-status>
SetHandler ldap-status
</Location>
</IfModule>
This does not work, /ldap-status is not found. If I change to e.g.
<IfModule mod_authnz_ldap>
it does. Why?
Thank you!
[helmut@BSDHelmut ~]$ apachectl -t -D DUMP_MODULES | grep -i ldap
authnz_ldap_module (shared)
ldap_module (shared)
[helmut@BSDHelmut ~]$ uname -rs
FreeBSD 11.1-RELEASE-p6
[helmut@BSDHelmut ~]$ apachectl -v
Server version: Apache/2.4.29 (FreeBSD)
Server built: unknown
[helmut@BSDHelmut ~]$
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]