Commit 6678385a authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #977 the sasl password method should have an option for exop operations

Showing with 1 addition and 1 deletion
+1 -1
......@@ -41,7 +41,7 @@ class passwordMethodsasl extends passwordMethod {
$ldap = $config->get_ldap_link();
$ldap->cd($config->current['BASE']);
$ldap->cat($dn, $attr);
$ldap->cat($dn, array($attr));
if ($ldap->count() == 1) {
$attrs = $ldap->fetch();
$this->uid = $attrs[$attr][0];
......
  • bmortier @bmortier

    mentioned in issue #367

    By bmortier on 2017-09-02T14:44:26 (imported from GitLab)

    ·

    mentioned in issue #367

    By bmortier on 2017-09-02T14:44:26 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment