AMP icon indicating copy to clipboard operation
AMP copied to clipboard

Expanded LDAP support

Open sauramel opened this issue 3 years ago • 3 comments

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:

  1. Server URI: E.X "ldaps://domain.controller.fqdn"
  2. Port
  3. Base DN: E.X "ou=someou,dc=example,dc=com"
  4. Bind User CN/DN + Password (sometimes needed, optional)

I confirm:

  • [x] that I have searched for an existing feature request matching the description.

sauramel avatar Oct 05 '22 02:10 sauramel

+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.

tnt944445 avatar Dec 11 '22 19:12 tnt944445

The development build has some changes in that should help with this: https://github.com/CubeCoders/AMP/issues/903

PhonicUK avatar Jul 27 '23 18:07 PhonicUK

@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.

Hacksawfred3232 avatar Jul 27 '23 23:07 Hacksawfred3232