= Active Directory Auth Plugin = == Description == The Active Directory Auth Plugin is a password store for the AccountManagerPlugin that provides authentication against Active Directory. One 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. The 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. == Bugs/Feature Requests == Existing bugs and feature requests for ActiveDirectoryAuthPlugin are [report:9?COMPONENT=ActiveDirectoryAuthPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ActiveDirectoryAuthPlugin&owner=pacopablo new ticket]. == Download == Download the zipped source from [download:activedirectoryauthplugin here]. == Source == You can check out ActiveDirectoryAuthPlugin from [http://trac-hacks.org/svn/activedirectoryauthplugin here] using Subversion, or [source:activedirectoryauthplugin browse the source] with Trac. == Install == ==== Prerequisites ==== You must install AccountManagerPlugin in order to use this plugin. ==== Installation ==== Follow the Trac documentation on how [http://trac.edgewall.org/search?q=TracPlugins to install Trac plugins] == Example == Install == Recent Changes == [[ChangeLog(activedirectoryauthplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:pacopablo] [[BR]] '''Contributors:'''