wiki:AccountLdapPlugin

Version 20 (modified by figaro, 8 years ago) (diff)

Further cosmetic changes

Change password defined in LDAP

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.

defect

6 / 8

enhancement

3 / 5

Download

Download the zipped source from here.

Source

Check out AccountLdapPlugin by using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

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. In trac.ini add the following lines:

[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
attempts = 1 (LDAP connection attempts). 
user_filter = uid (for Active Directory put sAMAccountName)

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
Maintainer: Carlos López Pérez
Contributors: rmad, ValereJeantet, onecreativenerd