Re: Is it possible to force logging of mod_authnz_ldap's actions?
Eric Covener <[email protected]> Mon, 10 Feb 2025 15:56:23 -0500
| Newsgroups | gmane.comp.apache.user |
|---|---|
| Message-ID | <CALK=YjOOnb1GemOW=HZn9uzGEQYXGC_PUteHKQJhh=NhuJEZww@mail.gmail.com> |
On Mon, Feb 10, 2025 at 3:17 PM Johnnie W Adams <[email protected]> wrote: > > Hi, > > I'm tracking down a mysterious issue where some accounts are accepted and some are not when they try to log in via mod_authnz_ldap. > > Nothing shows up in the logs. Can I change that? If so, how? You can append `LogLevel ldap_module:trace8 authnz_ldap:trace8` to your configuration, and optionally look into the LDAPLibraryDebug directive which might give some addl detail.