Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
Description
It looks like some 'cloud' LDAP implementations such as Okta does not support ldap_compare. Also, currently LDAP auth is using the binded-as user, but that causes issues if that cannot do group lookups.
I've attached a patch that solves this and appreciate if it can be landed upstream. It also addresses OBS-1976
Attachments
Issue Links
- mentions
-
OBS-1976 ldap auth not working properly with groups and non anonymous bind
-
- Closed
-
OK, it is working perfectly for me. The issue was that we had the following:
but it looks like new versions of the code seem to use `require` or `optional`, updating to `require` fixed it. Perhaps it would be beneficial to maybe fallback true value to require