Changes between Version 19 and Version 20 of AccountLdapPlugin


Ignore:
Timestamp:
Sep 6, 2016, 9:53:24 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AccountLdapPlugin

    v19 v20  
    1111== Bugs/Feature Requests
    1212
    13 Existing bugs and feature requests for AccountLdapPlugin are [query:status!=closed&component=AccountLdapPlugin&order=priority here].
     13Existing bugs and feature requests for AccountLdapPlugin are
     14[report:9?COMPONENT=AccountLdapPlugin here].
    1415
    1516If you have any issues, create a
     
    2627Check out AccountLdapPlugin by [/svn/accountldapplugin using Subversion], or [source:accountldapplugin browse the source] with Trac.
    2728
    28 == Example
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the
     32[TracPlugins#InstallingaTracplugin TracPlugins] page.
     33
     34== Configuration
    2935
    3036See code in Subversion.
     
    3440{{{#!ini
    3541[ldap]
    36 basedn        = dc=example,dc=com
    37 user_rdn      = cn=ExampleUserGroup,dc=example,dc=com
    38 host          = ldap-server.example.com
    39 bind_user     = example_user
     42basedn = dc=example,dc=com
     43user_rdn = cn=ExampleUserGroup,dc=example,dc=com
     44host = ldap-server.example.com
     45bind_user = example_user
    4046bind_password = example_password
    41 attempts      = 1 (LDAP connection attempts).
    42 user_filter   = uid (for Active Directory put sAMAccountName)
     47attempts = 1 (LDAP connection attempts).
     48user_filter = uid (for Active Directory put sAMAccountName)
    4349}}}
    4450