Changes between Version 1 and Version 2 of AccountManagerPlugin/AuthStores


Ignore:
Timestamp:
Oct 15, 2010, 9:29:28 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

update with a recent breakdown of available options for LDAP Auth, done for #6509 before

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/AuthStores

    v1 v2  
    149149NB : `password_file` points to a file which defines users/passwords this way : `user = password`
    150150
    151 == Not yet available ==
    152 === LDAP ===
    153  Check [http://trac-hacks.org/ticket/1147 LDAPAuthStore] and LdapAuthStorePlugin regarding how to link LdapPlugin to AccountManagerPlugin.
     151== LDAP ==
     152'''Not yet available'''
    154153
    155  #1600 is also related, we even prepare for adding it (see #1602).
     154Meanwhile please check the following options:
     155
     156stand-alone
     157 * AccountLdapPlugin
     158 permission store extension to Trac
     159 * LdapPlugin, utilizes Trac HTTP Auth, so it's a ACL, not the authentication itself
     160!AuthStore for AccountManagerPlugin packaged as separate plugin
     161 * LdapAuthnzPlugin
     162 * LdapAuthStorePlugin that spun off of #1147 - a 'wontfix'ed enhancement request for AccountManagerPlugin
     163 * http://pypi.python.org/pypi/TracLDAPAuth/ and
     164  * TracLdapAuthPlugin as an enhanced fork of it
     165suggested native !AuthStore for AccountManagerPlugin (see [wiki:AccountManagerPlugin/AuthStores currently supported ones here])
     166 * #1600, a spin-off of LdapPlugin, that we may add some day (needed preparation done, see #1602)