Commit df306af7 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #976 the keyword should be renamed as saslRealm to be more in sync with other keywords

Showing with 2 additions and 2 deletions
+2 -2
......@@ -29,9 +29,9 @@ class passwordMethodsasl extends passwordMethod {
return;
}
$this->realm = trim($config->get_cfg_value('SASLRealm'));
$this->realm = trim($config->get_cfg_value('saslRealm'));
if ($this->realm == "") {
trigger_error(msgPool::cmdnotfound("SASLRealm", _("SASL")));
trigger_error(msgPool::cmdnotfound("saslRealm", _("SASL")));
}
$ldap = $config->get_ldap_link();
......
  • bmortier @bmortier

    mentioned in issue #366

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

    ·

    mentioned in issue #366

    By bmortier on 2017-09-02T14:44:23 (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