diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-08 12:25:16 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-08 12:25:16 +0000 |
commit | b7613f99817d63b1380aef150bfa6047ca972e37 (patch) | |
tree | ddd384dba130c2585b8c8cfbe6d8e88f8b39fd07 /www/Makefile | |
parent | a7c6fd487bb684d883f86476b5ef5a490c42b536 (diff) |
This plugin is a password store for the AccountManagerPlugin that
provides authentication and group membership from an LDAP
service. Users are authenticated by performing an LDAP bind against a
directory using their credentials. The plugin will also pull the email
address and username from the directory and populate the
session_attribute table.
WWW: https://trac-hacks.org/wiki/LdapAuthStorePlugin
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4796
Notes
Notes:
svn path=/head/; revision=405546
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 b08cbb690800..627b0b804ede 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2144,6 +2144,7 @@ SUBDIR += trac-keywords SUBDIR += trac-keywordsecretticket SUBDIR += trac-ldap + SUBDIR += trac-ldapauthstore SUBDIR += trac-mastertickets SUBDIR += trac-math SUBDIR += trac-mercurial |