From 2f6c71e46da68977715b35b211758d4f2c7fec72 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 11 Apr 2017 08:31:14 +0800 Subject: [PATCH] Mention 'ldapvi' as ldap tool. --- en_US/howto/reset.user.password.md | 7 ++++--- html/reset.user.password.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/en_US/howto/reset.user.password.md b/en_US/howto/reset.user.password.md index ba9238b9..c66259c3 100644 --- a/en_US/howto/reset.user.password.md +++ b/en_US/howto/reset.user.password.md @@ -36,9 +36,10 @@ sql> USE vmail; sql> UPDATE mailbox SET password='{SSHA512}jOcGSlKEz95VeuLGecbL0MwJKy0yWY9foj6UlUVfZ2O2SNkEExU3n42YJLXDbLnu3ghnIRBkwDMsM31q7OI0jY5B/5E=' WHERE username='user@domain.ltd'; ``` -With OpenLDAP backend, you can reset it with phpLDAPadmin or other LDAP client -tools, `SSHA` is preferred if you have other applications to authenticate -users against OpenLDAP. +With OpenLDAP backend, you can reset it with `ldapvi`, phpLDAPadmin or other +LDAP client tools. `SSHA512` is recommended, but if you have some application +which needs to perform authentication with ldap dn directly, then `SSHA` is +preferred. It's ok to use plain password temporarily, then login to Roundcube webmail or iRedAdmin-Pro (with self-service enabled) to reset password immediately. diff --git a/html/reset.user.password.html b/html/reset.user.password.html index 72700e47..401014ad 100644 --- a/html/reset.user.password.html +++ b/html/reset.user.password.html @@ -55,9 +55,10 @@ please prepend {CRYPT} prefix in password hash. For example, sql> UPDATE mailbox SET password='{SSHA512}jOcGSlKEz95VeuLGecbL0MwJKy0yWY9foj6UlUVfZ2O2SNkEExU3n42YJLXDbLnu3ghnIRBkwDMsM31q7OI0jY5B/5E=' WHERE username='user@domain.ltd'; -

With OpenLDAP backend, you can reset it with phpLDAPadmin or other LDAP client -tools, SSHA is preferred if you have other applications to authenticate -users against OpenLDAP.

+

With OpenLDAP backend, you can reset it with ldapvi, phpLDAPadmin or other +LDAP client tools. SSHA512 is recommended, but if you have some application +which needs to perform authentication with ldap dn directly, then SSHA is +preferred.

It's ok to use plain password temporarily, then login to Roundcube webmail or iRedAdmin-Pro (with self-service enabled) to reset password immediately. For example: