Thanks for answering.

I'm using 389 directory server.

Sogo 3.0.1
389-ds-1.2.2

When I try to change the LDAP password through the WebUI, apparently SOGo makes
no action when I press the button to change.

There is nothing in the records of sogo nor of 389ds.

It seems that the change password button does not perform any action.

In what way I can debug the problem?

LDAP related parameters are set as follows:

...

   SOGoPasswordChangeEnabled = YES;
   LDAPDebugEnabled = YES;

....


      example.com = {
         SOGoMailDomain = example.com;
         SOGoForceExternalLoginWithEmail = YES;
         SOGoUserSources = (
            {
               type = ldap;
               CNFieldName = cn;
               UIDFieldName = mail;
               IDFieldName = uid;
               bindFields = (mail);
               baseDN = "ou=usuarios,o=exacto,dc=example,dc=com";
               bindDN = "cn=directory manager";
               bindPassword = abc123;
               canAuthenticate = YES;
               displayName = "Directorio interno EXACTO";
               hostname = "127.0.0.1";
               port = "636";
               encryption = "SSL";
               passwordPolicy = NO;
               IMAPLoginFieldName = mail;
               id = exacto_internal;
               isAddressBook = YES;
            },


2016-02-05 18:09 GMT-05:00 Szládovics Péter <[email protected]>:

> 2016-02-05 23:00 keltezéssel, Neron Navarrete írta:
>
>> Good day.
>>
>> I recently installed sogo-3.0.0-1.centos 6.x86_64.
>>
>> Everything has worked well so far, except the password change.
>>
>> I use 389ds.
>>
>> I configured a SOGoUserSource ldap.
>>
>> I set the variable SOGoPasswordChangeEnabled = YES;
>>
>> Can anyone guide me with this problem?
>>
>> Beforehand thank you very much.
>>
>
> If you use Samba 4 AD, the password policy can cause problems.
> Password cannot change in the first 24 hours. This policy editable with
> samba-tool.
> --
> [email protected]
> https://inverse.ca/sogo/lists
>
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to