wiki:AccountLdapPlugin

Version 12 (modified by Ryan Witt, 16 years ago) (diff)

added a little documentation for config values and a note about active directory

AccountLDAP

Description

Permite cambiar la password definida en LDAP. Tambien traslada las propiedades basicas del LDAP (usuario y correo) a las correspondientes propiedades del Trac. Requiere tener correctamente instalado el LdapPlugin (sólo en la versión 0.10). La licencia del plugin es LGPL.

Allows you to change your password defined in LDAP. Also moved the basic properties of LDAP (user and mail) to the corresponding properties in Trac. Requires LdapPlugin correctly installed (in 0.10 version only). This plugin is licensed under the LGPL.

Bugs/Feature Requests

Existing bugs and feature requests for AccountLdapPlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the [download:accountldapplugin zipped source], check out using Subversion, or browse the source with Trac.

Example

See code in subversion.

This plugin uses some of the same configuration values as LdapPlugin to bind to your LDAP server and know how to access your users:

[ldap]
basedn        = dc=example,dc=com
user_rdn      = cn=ExampleUserGroup,dc=example,dc=com
host          = ldap-server.example.com
bind_user     = example_user
bind_password = example_password

The plugin uses the LDAP filter "uid=%s" (where %s gets filled with the trac username) to figure out which user's info to get. This won't work on some Active Directory servers, so you might have to change the filter in the code to be "sAMAccountName=%s".

Recent Changes

15265 by rjollos on 2016-02-11 04:29:08
Remove unnecessary svn:mime-type on js and html files

svn:mime-type was set to "plain" for many files.

15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

11037 by rjollos on 2011-12-14 05:50:35
Removed project files.
(more)

Author/Contributors

Author: clp
Contributors: rmad, ValereJeantet