Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMBA Active Directory password change #8503

Closed
wants to merge 117 commits into from
Closed

SAMBA Active Directory password change #8503

wants to merge 117 commits into from

Conversation

jhbfinansarb
Copy link

@jhbfinansarb jhbfinansarb commented Apr 13, 2022

Delete this, I made the wrong request. Sorry.

I've been working to get password changing with a SAMBA AD backend to work with any of the ldap-drivers. Turns out that the ldap_exop_passwd() function does not support SAMBA AD backend:

nextcloud/ldap_write_support#128

I've written a new driver replicating the ldap_exop driver's functionality, which replaces the ldap_exop_passwd() call for ldap_mod_replace() with the appropriate arguments. Maybe it could be included in the official release?

alecpl and others added 30 commits July 29, 2021 18:52
Added a new utility method: rcube_utils::get_input_string()
* Fix dovecot passwd-file handler
* Set new password hash correctly
* If password hashing failes during password change request, abort trying to change the password.
* Escaping hashed password is not needed and actually breaks if 'password_dovecotpw_with_method' is set to true (escaping the {METHOD} in the passwd file)
The old sound doesn't fit the role of a notification very well.

The current sound is more befitting to the objective of notify the user
and brings a simple and modern semblance to the project.

Signed-off-by: Renan Andrade Torrente <renan.torrente@hotmail.com>
Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
[skip ci]
The usual dialog padding is 28px in Elastic
)

... since this service is no longer available.
When printing a message with a large <blockquote> (e.g. a reply to a long thread), Firefox tries to avoid breaking the page within the blockquote so may add a page break before it, causing the unquoted part of the message to appear on a mostly-blank page.
alecpl and others added 29 commits December 17, 2021 19:06
Even if we do not support it, the fix is trivial and does not make the code worse.
Simplify and unify has_html_part() and has_text_part() methods.
a5c2b43 started initializing
$this->got_html_part always but this check wasn't updated.
[skip ci]
This can be used by the Docker images where we don't know whether the configured database is already initialized or not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.