[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=AccountLdapPlugin here]. If you have any issues, create a [/newticket?component=AccountLdapPlugin new ticket]. [[TicketQuery(component=AccountLdapPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:accountldapplugin here]. == Source Check out AccountLdapPlugin from [/svn/accountldapplugin here] using Subversion, or [source:accountldapplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin 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: {{{#!ini [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 [[ChangeLog(accountldapplugin, 3)]] == Author/Contributors '''Author:''' [wiki:clp] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:rmad], ValereJeantet, [wiki:onecreativenerd]