diff options
author | rm <rm@FreeBSD.org> | 2014-01-22 04:02:18 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-01-22 04:02:18 +0800 |
commit | 0930f05f6fb0a3ec836dcc8052b092c8efb45400 (patch) | |
tree | e2095bba2155312eac9a80cb97c0f8fc673452d4 /www/Makefile | |
parent | 7b4e3436871e38180e306eedfa64f3b5ae51ac75 (diff) | |
download | freebsd-ports-gnome-0930f05f6fb0a3ec836dcc8052b092c8efb45400.tar.gz freebsd-ports-gnome-0930f05f6fb0a3ec836dcc8052b092c8efb45400.tar.zst freebsd-ports-gnome-0930f05f6fb0a3ec836dcc8052b092c8efb45400.zip |
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: http://pythonhosted.org/django-auth-ldap/
PR: 185959
Submitted by: Alexander Kriventsov <avk@vl.ru>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 17b3ec538e71..42fd59aab204 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1496,6 +1496,7 @@ SUBDIR += py-django-app-plugins SUBDIR += py-django-appconf SUBDIR += py-django-appmedia + SUBDIR += py-django-auth-ldap SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms |