https://bugs.openldap.org/show_bug.cgi?id=9438
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.2 |2.5.3
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Michael Ströder from comment #2)
Feature request for a new config parameter 'remoteauth_filter' used to specify when to forward the bind request.
Example and default:
remoteauth_filter "(!(userPassword=*))"
With such a parameter I could replace OATH-LDAP's bind_proxy with slapo-remoteauth by defining this filter:
remoteauth_filter "(&(objectClass=aeUser)(!(oathToken=*)))"
Please file a separate bug for this.