Changes between Version 27 and Version 28 of LdapPlugin


Ignore:
Timestamp:
Aug 20, 2007, 9:05:33 PM (17 years ago)
Author:
hdiogenes
Comment:

Adding "ldapplugin.* = enabled" to the configuration sample (I spent a long time to discover I had to do that...)

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v27 v28  
    102102
    103103You need to customize the `trac.ini` file of your project, then[[BR]]
    104  1. Create a new section `[ldap]` and,
    105  1. Add the magic keyword `module` so that the Trac engine loads and uses
    106     this extension.
    107  1. Optionally add the path to your plugin directory
    108  1. Configure the LDAP directives to fit your LDAP server configuration
    109 
    110 The section may also contain the following options (which are presented down
    111 here with their default values)
     104 1. Optionally add the path to your plugin directory.
     105 1. Enable `ldapplugin` in `[components]` section, so that the Trac engine  loads and uses this extension.
     106 1. Create a new section `[ldap]`.
     107 1. Configure the LDAP directives to fit your LDAP server configuration.
     108
     109To enable LdapPlugin you must add this line to the `[components]` section:
     110
     111{{{
     112[components]
     113ldapplugin.* = enabled
     114}}}
     115
     116The `[ldap]` section may contain the following options (which are presented  down here with their default values)
    112117
    113118{{{