Author |
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 07 January 2020 at 2:08am | IP Logged
|
|
|
Hi,
With Afterlogic 8, I have problem changing password. Bellow the log :
[09:59:09.71][b1f0697b] LDAP: connect to x.x.x.x:389
[09:59:14.76][b1f0697b] LDAP: bind = "cn=manager,dc=xxx,dc=xx" / "xxxxx"
[09:59:14.76][b1f0697b] LDAP: search = "ou=xxxxx,dc=,xxxdc=xx" / (mailLocalAddress=adminsystem@xxx.xx)
[09:59:14.77][b1f0697b] LDAP: connect to x.x.x.x:389
[09:59:14.77][b1f0697b] LDAP: bind = "uid=adminsystem,ou=xxx.xx,ou=MailAccounts,dc=xxx,dc=xx" / "password"
[09:59:14.77][b1f0697b] PHP[NOTICE]: /var/www/html/system/Utils/Ldap.php [line:106, code:2]
[09:59:14.77][b1f0697b] PHP[NOTICE]: Error: ldap_bind(): Unable to bind to server: Invalid credentials
[09:59:14.77][b1f0697b] LDAP: error #49: Invalid credentials
[09:59:14.77][b1f0697b] Can`t change password for user adminsystem@xxx.xx on LDAP-server
[09:59:14.77][b1f0697b] PHP[NOTICE]: /var/www/html/modules/Mail/Module.php [line:5319, code:4096]
[09:59:14.77][b1f0697b] PHP[NOTICE]: Error: Object of class Aurora\Modules\Mail\Classes\Account could not be converted to string
Please help
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 09 January 2020 at 12:29am | IP Logged
|
|
|
Developers state that the issue is probably related to the module configuration, please check PasswordType setting of the module and make sure it matches the method used for storing password on LDAP. The values supported are: clear, md5, crypt.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 09 January 2020 at 8:01am | IP Logged
|
|
|
Hi,
Password type is clear.
What about changing type from String to byte? Is it possible?
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 10 January 2020 at 12:29am | IP Logged
|
|
|
So is it set that way in module configuration, and on LDAP server itself?
Quote:
What about changing type from String to byte? Is it possible? |
|
|
No, string is the only option available.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|