[FEATURE] Perpetuate Skip_users behaviour from ldap2 Backend #2226
Labels
enhancement
New feature or request
help wanted
Community contributions are especially encouraged for these issues.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
In my company, I use as auth backend:
With this congifuration, I'm able to handle:
As you understand, I've same LDAP behind opensearch and Dex, so, same users with same permission.
After deep research (code reading), I've found on
ldap
andldap2
backend. I ignore totally difference between them except one with theskip_users
directive.As you can see in code :
thanks to the difference and ldap2, I can manage to use
/^(?!uid=).+$/
regexp to exclude user not authenticated from ldap.What solution would you like?
I wish simply, this behaviour will continue. And maybe injected into
ldap
backend with a simple configuration likeskip_user_only_on_dn
withfalse
as default value (retro-compatible).What alternatives have you considered?
I've found this open issue which might could related:
Do you have any additional context?
The text was updated successfully, but these errors were encountered: