https://issues.apache.org/bugzilla/show_bug.cgi?id=45196
--- Comment #10 from Eric Covener <[EMAIL PROTECTED]> 2008-06-27 17:53:29 PST --- Sorry I was a little unclear before. mod_authnz_ldap doesn't work with mod_authn_digest, when you configure it directly (without mod_authn_alias in the middle) you'll get an error at initialization time stating such. I don't think mod_authnz_ldap can be taught to work with digest, becuase generally Apache won't be able to "retrieve" your password like other authn modules. I do not think that mod_authn_alias can easily detect at startup that you're trying to pair digest and a provider that doesn't support it. That leaves a 500 or something at runtime as the only option, which we should at least get in to prevent the crash. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
