+2

Allow LDAP via FreeIpa / RFC2307bis

aaronkthomas 5 years ago updated 5 years ago 1

I'm able to attach my IPA server as an authentication backend for teampass, however IPA uses RFC2307bis; as far as I can tell, the only important difference is that your search filter on groups should be 'member' , not 'memberUid', in admin.queries.php, identify.php, and main.functions.php.  'memberUid=<user>' returns 0, while 'member=<user>' returns ldap directory data.

To clarify, adding an option for ldap search based with rfc2307bis is probably not more than adding an option that alternates the memberUid field for a member field.