Skip to content

Ldap

David Burke requested to merge ldap into master

Related to passit#87 (closed)

This enables a very basic LDAP check. The use case is an organization that wishes to limit registration and login by an existing directory via LDAP.

  • It does not support checking users who are already logged in (for now)
  • It works by checking email domains against what an admin sets.
  • It uses Django admin (not ideal long term) to configure LDAP
  • It does not yet support robust/complex LDAP configurations - such as enabling LDAP for certain users on app.passit.io
Edited by David Burke

Merge request reports