Changes between Version 7 and Version 8 of LdapAuthStorePlugin


Ignore:
Timestamp:
Mar 6, 2015, 10:40:40 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • LdapAuthStorePlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
     3= A password store for the !AccountManagerPlugin using LDAP
    34
    4 = LdapAuthStorePlugin =
    5 
    6 
    7 == Description ==
     5== Description
    86
    97The LdapAuthStorePlugin is a password store for the AccountManagerPlugin that provides authentication and group membership from an LDAP service.
     
    1210It does work with current Trac (1.0.1) + LdapPlugin + AccountManagerPlugin against OpenLDAP.
    1311
     12This plugin was started at the suggestion from comment:26:ticket:1147, k0s posted the plugin from ticket:1147 as a standalone hack. Based on that work the ticket [attachment:ldap-auth-store.patch:ticket:1600] was merged in the session store parts of [attachment:ldap_store.3.py:ticket:1147] and [attachment:account-manager-ldap.4.patch:ticket:1147].
    1413
    15 == History ==
    16 
    17 At the suggestion from comment:26:ticket:1147, k0s posted the plugin from ticket:1147 as a standalone hack.
    18 
    19 Based on his work i have taken [attachment:ldap-auth-store.patch:ticket:1600] and merged in the session store parts of [attachment:ldap_store.3.py:ticket:1147], [attachment:account-manager-ldap.4.patch:ticket:1147].
    20 
    21 
    22 == Bugs/Feature Requests ==
     14== Bugs/Feature Requests
    2315
    2416Existing bugs and feature requests for LdapAuthStorePlugin are
     
    2820[http://trac-hacks.org/newticket?component=LdapAuthStorePlugin&owner=igoltz new ticket].
    2921
     22[[TicketQuery(component=LdapAuthStorePlugin,group=type,format=progress)]]
    3023
    31 == Download ==
     24== Download
    3225
    3326Download the zipped source from [download:ldapauthstoreplugin here].
    3427
    35 
    36 == Source ==
     28== Source
    3729
    3830You can check out LdapAuthStorePlugin from [http://trac-hacks.org/svn/ldapauthstoreplugin here] using Subversion, or [source:ldapauthstoreplugin browse the source] with Trac.
    3931
     32== Installation
    4033
    41 == Installation ==
     34The plugins AccountManagerPlugin and LdapPlugin must be installed first to use this plugin. 
    4235
    43 ==== Prerequisites ====
     36Follow the Trac documentation on how [http://trac.edgewall.org/search?q=TracPlugins to install Trac plugins].
    4437
    45 You must install AccountManagerPlugin and LdapPlugin in order to use this plugin. 
     38== Configuration
    4639
     40Edit `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.
    4743
    48 ==== Installation ====
    49 
    50 Follow the Trac documentation on how [http://trac.edgewall.org/search?q=TracPlugins to install Trac plugins]
    51 
    52 
    53 ==== Configuration ====
    54 
    55 Activate acct_mgr, ldapplugin, ldapauthstore in the [components] section.
    56 Define LDAP related config options in the LdapPlugin [ldap] config section.
    57 
     44This would amount to the following:
    5845{{{
    5946#!ini
     
    6148...
    6249permission_store = DefaultPermissionStore
    63 
    6450
    6551[account-manager]
     
    7662ldapplugin.* = enabled
    7763ldapauthstore.* = enabled
    78 
    7964
    8065[ldap]
     
    11499store_bind = true
    115100# user for authenticated connection to the LDAP directory
    116 bind_user =  cn=anonbind,dc=example,dc=com
     101bind_user = cn=anonbind,dc=example,dc=com
    117102# password for authenticated connection
    118103bind_passwd = anonbind
     
    142127}}}
    143128
    144 
    145 
    146 == Recent Changes ==
     129== Recent Changes
    147130
    148131[[ChangeLog(ldapauthstoreplugin, 3)]]
    149132
    150 
    151 == Author/Contributors ==
     133== Author/Contributors
    152134
    153135'''Author:''' [wiki:k0s] [[BR]]
    154 '''Maintainer:''' igoltz [[BR]]
     136'''Maintainer:''' [[Maintainer]][[BR]]
    155137'''Contributors:'''