Changes between Version 1 and Version 2 of DirectoryAuthPlugin


Ignore:
Timestamp:
Sep 18, 2012, 10:31:16 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Accounted for page rename.

Legend:

Unmodified
Added
Removed
Modified
  • DirectoryAuthPlugin

    v1 v2  
    2020   - group names are lowercase and spaces are replaced with underscores.
    2121
    22  See [ActiveDirectoryAuthPlugin/GroupManagement GroupManagement] for more details.
     22 See [DirectoryAuthPlugin/GroupManagement GroupManagement] for more details.
    2323
    2424== Caching ==
    25 Given the expense of traversing the network for authorizations, a two-stage cache has been implemented.  This caches data in the database for all instances of python, and in memory for each instance; while maintaining expiration and flushing the cache(s) as necessary. See: [ActiveDirectoryAuthPlugin/CacheManagement CacheManagement] for details.
     25Given the expense of traversing the network for authorizations, a two-stage cache has been implemented.  This caches data in the database for all instances of python, and in memory for each instance; while maintaining expiration and flushing the cache(s) as necessary. See: [DirectoryAuthPlugin/CacheManagement CacheManagement] for details.
    2626
    2727== Bugs/Feature Requests ==
    2828
    29 Existing bugs and feature requests for ActiveDirectoryAuthPlugin are
    30 [report:9?COMPONENT=ActiveDirectoryAuthPlugin here].
     29Existing bugs and feature requests for DirectoryAuthPlugin are
     30[report:9?COMPONENT=DirectoryAuthPlugin here].
    3131
    3232If you have any issues, create a
    33 [http://trac-hacks.org/newticket?component=ActiveDirectoryAuthPlugin&owner=sandinak new ticket].
     33[http://trac-hacks.org/newticket?component=DirectoryAuthPlugin&owner=sandinak new ticket].
    3434
    3535== Download ==
    3636
    37 Download the zipped source from [download:activedirectoryauthplugin here]
     37Download the zipped source from [download:directoryauthplugin here]
    3838
    3939== Source ==
    4040
    41 You can check out ActiveDirectoryAuthPlugin from [http://trac-hacks.org/svn/activedirectoryauthplugin here] using Subversion, or [source:activedirectoryauthplugin browse the source] with Trac.
     41You can check out DirectoryAuthPlugin from [http://trac-hacks.org/svn/directoryauthplugin here] using Subversion, or [source:directoryauthplugin browse the source] with Trac.
    4242
    4343== Install ==
     
    129129== Recent Changes ==
    130130
    131 [[ChangeLog(activedirectoryauthplugin, 3)]]
     131[[ChangeLog(directoryauthplugin, 3)]]
    132132
    133133== Author/Contributors ==