You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you consider modifying LDAP configuration to provide more advanced custom LDAP search filters or options?
The issues that given default Spring configuration finds Groups by provided base path with a type of groupOfUniqueNames and looks for uniqueMemberId attributes to match the user.
For example we don't use type of groupOfUniqueNames for our groups so the LDAP configuration won't work.
Can we get it updated to have an option of providing full path for LDAP search/filter without looking for groups/users?
The text was updated successfully, but these errors were encountered:
It expects you to provide full search string and just checks if user was found by the search string u provided and verifies pw, simple and works with all ldap versions and configuration types
Unfortunately my knowledge of LDAP is extremely limited, and not having a direct use case to develop against makes it difficult for me to put together a proper generic solution to this. The solution that currently exists is based on SpringBoot's out of the box support for LDAP authentication.
That said I'd love to include such functionality, and would encourage any outside contributions to help make the integration more usable/robust
Hey there,
Can you consider modifying LDAP configuration to provide more advanced custom LDAP search filters or options?
The issues that given default Spring configuration finds Groups by provided base path with a type of
groupOfUniqueNames
and looks foruniqueMemberId
attributes to match the user.For example we don't use type of
groupOfUniqueNames
for our groups so the LDAP configuration won't work.Can we get it updated to have an option of providing full path for LDAP search/filter without looking for groups/users?
The text was updated successfully, but these errors were encountered: