Contents
Change password defined in LDAP
Description
This plugin allows you to change your password defined in LDAP. It also has the basic properties of LDAP (user and mail) moved to the corresponding properties in Trac. This plugin is licensed under the LGPL.
(es-ES) Permite cambiar la password definida en LDAP. Tambien traslada las propiedades basicas del LDAP (usuario y correo) a las correspondientes propiedades del Trac. La licencia del plugin es 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 from here 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 knows how to access your user data. In your trac.ini
file 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