Changes between Version 5 and Version 6 of LDAPAcctMngrPlugin


Ignore:
Timestamp:
Jun 20, 2015, 8:33:22 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed nosource tag

Legend:

Unmodified
Added
Removed
Modified
  • LDAPAcctMngrPlugin

    v5 v6  
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=LDAPAcctMngrPlugin new ticket].
     17[/newticket?component=LDAPAcctMngrPlugin new ticket].
    1818
    1919[[TicketQuery(component=LDAPAcctMngrPlugin&group=type,format=progress)]]
     
    2525== Source
    2626
    27 You can check out LDAPAcctMngrPlugin from [http://trac-hacks.org/svn/ldapacctmngrplugin here] using Subversion, or [source:ldapacctmngrplugin browse the source] with Trac.
     27You can check out LDAPAcctMngrPlugin from [/svn/ldapacctmngrplugin here] using Subversion, or [source:ldapacctmngrplugin browse the source] with Trac.
    2828
    2929== Installation
     
    3333== Configuration
    3434
    35 === Step 1 - Enable Plugin
     35=== Step 1 - Enable plugin
     36
    3637Please remember to enable Account Manager as well as this plugin.
     38
    3739[[Image(enable.png)]]
    3840
    39 === Step 2 - Config Plugin
    40 There are only a few fields that need to be configured.
     41=== Step 2 - Configure plugin
    4142
    42   bind_server:: The LDAP server to connect to. The format is "ldap[s]://host[:port]".
    43   bind_anonymous:: Whether the server allow anonymous binding.
     43There are only a few fields that need to be configured:
     44
     45  bind_server:: The LDAP server to connect to. The format is `ldap[s]://host[:port]`.
     46  bind_anonymous:: Whether anonymous binding to the server is allowed.
    4447  bind_dn:: If anonymous binding is not allowed, please specify a bind_dn.
    4548  bind_passwd:: If anonymous binding is not allowed, please specify a binding password.
    4649  user_searchbase:: The base of the tree on which the user is searched. A sub-tree search is performed.
    47   user_searchfilter:: The filter to find users in the tree. The default is "objectClass=inetOrgPerson",
    48     which should work for most of the cases.
     50  user_searchfilter:: The filter to find users in the tree. The default is "objectClass=inetOrgPerson", which should work in most cases.
    4951  user_matchfilter:: The field of the record to match username to when authenticating. This is almost always "uid=%s".
    5052
    5153[[Image(config.png)]]
    5254
    53 === Step 3 - List Users
    54 Once it is setup correctly, all the users will be automatically available by selecting Accounts/Users on the left panel. There is no need to hand create the user list, which is the beauty of the LDAP authentication plugin.
     55=== Step 3 - List users
     56
     57Once it is set up correctly, all the users will be automatically available by selecting Accounts/Users on the left panel. There is no need to hand create the user list, which is the beauty of the LDAP authentication plugin.
    5558
    5659[[Image(users.png)]]