View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003349 | SOGo | Backend General | public | 2015-09-19 13:11 | 2021-11-17 14:49 |
| Reporter | jfranken | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | suspended | ||
| Platform | [Server] Linux | OS | Debian | OS Version | 7 (Wheezy) |
| Product Version | 2.3.2 | ||||
| Summary | 0003349: change LDAP passwords through SOGo | ||||
| Description | I cannot change my (LDAP-) password through SOGo. SOGo shows this error message in browser: and in /var/log/sogo/sogo.log: | ||||
| Steps To Reproduce | open the preferences app, enter a new password twice and press the 'Change'-button. Relevant part of /etc/sogo/sogo.conf: SOGoPasswordChangeEnabled = YES; | ||||
| Additional Information | A tcpdump shows one LDAP request only, searching for that 'supportedCapability' attribute, which is ActiveDirectory-specific and thus unavailable on vanilla OpenLDAP. This proves, that SOGo does not even try to change the password on the LDAP server. I even tried faking AD compatibilty once (adding a 'olcRootDSE'-attribute to dn:cn=config, pointing to an LDIF-file containing 'supportedCapabilities: 1.2.840.113556.1.4.800'). I don't believe this is a problem with our LDAP server's configuration, because So, what's the problem with userPasswordAlgorithm? | ||||
| Tags | No tags attached. | ||||
|
Have a look at http://www.sogo.nu/nc/support/faq/article/how-do-i-debug-sogo.html Set a breakpoint on: asCryptedPassUsingScheme:withSalt:andEncoding: and check the value of "cryptedData" after these calls: cryptedData = [self dataUsingEncoding: NSUTF8StringEncoding]; |
|
|
Could not set the breeakpoint, because this function appears to be not loaded: (gdb) br asCryptedPassUsingScheme:withSalt:andEncoding: (gdb) info functions asCryptedPassUsingScheme Maybe that's the problem here? |
|
|
Also install the sogo-dbg packages. |
|
|
They had been installed already. |
|
|
Try a recent version of SOGo. Reopen if necessary. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-09-19 13:11 | jfranken | New Issue | |
| 2015-09-25 17:21 | ludovic | Note Added: 0008957 | |
| 2015-09-27 15:27 | jfranken | Note Added: 0008966 | |
| 2015-10-23 15:36 | ludovic | Note Added: 0009025 | |
| 2015-10-23 18:05 | jfranken | Note Added: 0009033 | |
| 2021-11-17 14:49 | francis | Status | new => closed |
| 2021-11-17 14:49 | francis | Resolution | open => suspended |
| 2021-11-17 14:49 | francis | Note Added: 0015623 |