We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55dd808 + 140ca2b commit 5c1c789Copy full SHA for 5c1c789
apps/user_ldap/lib/LDAP.php
@@ -318,7 +318,7 @@ protected function invokeLDAPMethod(string $func, ...$arguments) {
318
319
private function preFunctionCall(string $functionName, array $args): void {
320
$this->curArgs = $args;
321
- if(strcasecmp($functionName, 'ldap_bind') === 0) {
+ if(strcasecmp($functionName, 'ldap_bind') === 0 || strcasecmp($functionName, 'ldap_exop_passwd') === 0) {
322
// The arguments are not key value pairs
323
// \OCA\User_LDAP\LDAP::bind passes 3 arguments, the 3rd being the pw
324
// Remove it via direct array access for now, although a better solution could be found mebbe?
0 commit comments