Changes between Version 6 and Version 7 of ActiveDirectoryAuthPlugin


Ignore:
Timestamp:
Jul 25, 2012, 5:52:20 PM (12 years ago)
Author:
branson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ActiveDirectoryAuthPlugin

    v6 v7  
    44== Description ==
    55
    6 The Active Directory Auth Plugin is a password store for the AccountManagerPlugin that provides authentication against Active Directory.
     6The Active Directory Auth Plugin is a password store for the AccountManagerPlugin that provides authentication against Active Directory. 
    77
    88One 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.
     
    3030==== Prerequisites ====
    3131
    32 You must install AccountManagerPlugin in order to use this plugin.  Python-LDAP is also required and can be downloaded [http://pypi.python.org/pypi/python-ldap/ here]
     32 - You must install AccountManagerPlugin in order to use this plugin. 
     33 - Python-LDAP is also required and can be downloaded [http://pypi.python.org/pypi/python-ldap/ here]
    3334
    3435==== Installation ====