Expanded LDAP support
Feature Request
The current LDAP plugin/settings are very limited and do not allow for atypical LDAP configurations to be used
Feature Information:
The LDAP functionality should be expanded to accept more advanced configuration options than just entering a domain. Taking common examples from software like Authentik, Nextcloud & More, the LDAP client should accept atleast these settings:
- Server URI: E.X "ldaps://domain.controller.fqdn"
- Port
- Base DN: E.X "ou=someou,dc=example,dc=com"
- Bind User CN/DN + Password (sometimes needed, optional)
I confirm:
- [x] that I have searched for an existing feature request matching the description.
+1 Purchased a higher tier license in hope the use LDAP auth with Authentik, or at least Auth headers. Documentation is lacking and the current implementation doesn't work with more complicated/standard setups.
The development build has some changes in that should help with this: https://github.com/CubeCoders/AMP/issues/903
@sauramel This should help, since Novell uses RFC 2255 for hostname secification. https://docs.openshift.com/container-platform/4.13/authentication/identity_providers/configuring-ldap-identity-provider.html
Dev build should increase compatability with SAMBA based AD-DC systems. Authentik should work(?) with the new LDAP settings as well.