[horde] Problem with change password
Oscar del Rio
delrio at mie.utoronto.ca
Sat Oct 19 04:17:40 UTC 2013
On 18/10/2013 11:32 PM, sovannaroth wrote:
> Hi Alexandros G. Fragkiadakis,
>
> Would you mind to tell me How do you configure changing password with Ldap?
> I try to find, but I could not.
Do you realize that you are replying to a 6 year-old post?
Anyway, install the Horde passwd application and read the instructions
in passwd/config/backends.php
e.g. create backends.local.php
<?php
$backends['ldap']['disabled']=false;
$backends['ldap']['params']['host']='yourldap.hostname';
$backends['ldap']['params']['basedn']=''o=yourcompany.com'';
//(etc)
More information about the horde
mailing list