Changes between Version 8 and Version 9 of LdapAuthStorePlugin


Ignore:
Timestamp:
Aug 20, 2015, 8:39:40 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • LdapAuthStorePlugin

    v8 v9  
    55== Description
    66
    7 The LdapAuthStorePlugin is a password store for the AccountManagerPlugin that provides authentication and group membership from an LDAP service.
     7This plugin is a password store for the AccountManagerPlugin that provides authentication and group membership from an LDAP service.
    88Users 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.
    99
     
    1818
    1919If you have any issues, create a
    20 [http://trac-hacks.org/newticket?component=LdapAuthStorePlugin&owner=igoltz new ticket].
     20[/newticket?component=LdapAuthStorePlugin new ticket].
    2121
    2222[[TicketQuery(component=LdapAuthStorePlugin,group=type,format=progress)]]
     
    3434The plugins AccountManagerPlugin and LdapPlugin must be installed first to use this plugin. 
    3535
    36 Follow the Trac documentation on how [http://trac.edgewall.org/search?q=TracPlugins to install Trac plugins].
     36General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3737
    3838== Configuration
    3939
    40 Edit `trac.ini` for the following changes:
    41  * Activate acct_mgr, ldapplugin, ldapauthstore in the [components] section.
    42  * Define LDAP related config options in the LdapPlugin [ldap] config section.
     40Edit your `trac.ini` file for the following changes:
     41 * Activate '''acct_mgr''', '''ldapplugin''', '''ldapauthstore''' in the [components] section.
     42 * Define LDAP related options in the [ldap] section.
    4343
    4444This would amount to the following:
    45 {{{
    46 #!ini
     45{{{#!ini
    4746[trac]
    4847...