_Reported by timeos on 8 Dec 2009 20:37 UTC as Trac ticket #1486349_
Hello
please append EXOP (ldap EXtended OPeraton) form of change password operation in LDAP. It's due to password syncing along multiple password attributes (userPassword, sambaLMpassword, sambaNTpassword, kerberos pass) through openLDAP trigger named smbk5pwd. this trigger is only triggered by ldap passwd exop operation. when that operation is catched by this trigger, it's responsible for automatic change of all password attributes for specific user.
thanks
_Keywords: ldap exop, password_
_Migrated-From: http://trac.roundcube.net/ticket/1486349_
_Summary changed by @alecpl on 31 Jul 2012 10:55 UTC_
password plugin: using exop for changing passwords
password plugin: using LDAP EXOP for changing passwords (RFC3062)
PHP itself does not support LDAP EXOP: https://bugs.php.net/bug.php?id=69445. Until this is implemented we can do nothing about it.
Implemented in PHP 7.2 (http://php.net/manual/en/function.ldap-exop-passwd.php). Anyone would like to provide a pull request?
Has anyone started? If not, I will do it.
Go ahead!
Proposing patch:
patch.zip
I propose to create a separate driver. And could you create a pull request?
OK, I thought about that possibility too.
Do I have rights to push commit here?
You have rights to create github pull requests.
Done.
Most helpful comment
Implemented in PHP 7.2 (http://php.net/manual/en/function.ldap-exop-passwd.php). Anyone would like to provide a pull request?