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 ee8a97b + 7c91ab1 commit 4391c73Copy full SHA for 4391c73
1 file changed
apps/user_ldap/lib/LDAP.php
@@ -319,7 +319,7 @@ protected function invokeLDAPMethod(string $func, ...$arguments) {
319
320
private function preFunctionCall(string $functionName, array $args): void {
321
$this->curArgs = $args;
322
- if(strcasecmp($functionName, 'ldap_bind') === 0) {
+ if(strcasecmp($functionName, 'ldap_bind') === 0 || strcasecmp($functionName, 'ldap_exop_passwd') === 0) {
323
// The arguments are not key value pairs
324
// \OCA\User_LDAP\LDAP::bind passes 3 arguments, the 3rd being the pw
325
// Remove it via direct array access for now, although a better solution could be found mebbe?
0 commit comments