Changes between Initial Version and Version 1 of ActiveDirectoryAuthPlugin


Ignore:
Timestamp:
Aug 31, 2009, 9:12:50 PM (15 years ago)
Author:
John Hampton
Comment:

New hack ActiveDirectoryAuthPlugin, created by pacopablo

Legend:

Unmodified
Added
Removed
Modified
  • ActiveDirectoryAuthPlugin

    v1 v1  
     1= Active Directory Auth Plugin =
     2
     3== Description ==
     4
     5The Active Directory Auth Plugin is a password store for the AccountManagerPlugin that provides authentication against Active Directory.
     6
     7One can specify a group which users must be a member of in order to log in.  Additionally, one may specify an ''admin'' group.  If a user is a member of the ''admin'' group, then they will automatically be granted the `TRAC_ADMIN` permission.
     8
     9The Active Directory Auth plugin will also pull the email address and display name from Active Directory and populate the `session_attribute` table.  See [http://pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down Populating ''Assign To'' Drop Down in Trac] for more information on why.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for ActiveDirectoryAuthPlugin are
     14[report:9?COMPONENT=ActiveDirectoryAuthPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=ActiveDirectoryAuthPlugin&owner=pacopablo new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:activedirectoryauthplugin here].
     22
     23== Source ==
     24
     25You can check out ActiveDirectoryAuthPlugin from [http://trac-hacks.org/svn/activedirectoryauthplugin here] using Subversion, or [source:activedirectoryauthplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29Install
     30
     31== Recent Changes ==
     32
     33[[ChangeLog(activedirectoryauthplugin, 3)]]
     34
     35== Author/Contributors ==
     36
     37'''Author:''' [wiki:pacopablo] [[BR]]
     38'''Contributors:'''