mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
Repo-copy www/py-django-auth-ldap and assign it to Django 2.2 to enable LDAP authentication with net-mgmt/netbox that has been switched to Django 2.2 in r502550 . Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum dependency and update all related CONFLICTS_INSTALL entries.
6 lines
310 B
Text
6 lines
310 B
Text
This is a Django authentication backend that authenticates against an LDAP
|
|
service. Configuration can be as simple as a single distinguished name template,
|
|
but there are many rich configuration options for working with users, groups,
|
|
and permissions.
|
|
|
|
WWW: https://github.com/django-auth-ldap/django-auth-ldap
|