Commit c78b84c6 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3858 Removed cups server listing

Showing with 0 additions and 8 deletions
+0 -8
...@@ -494,14 +494,6 @@ class config { ...@@ -494,14 +494,6 @@ class config {
); );
} }
/* Get cups servers */
$ldap->cd($this->current['BASE']);
$ldap->search("(objectClass=goCupsServer)");
$this->data['SERVERS']['CUPS'] = array();
while ($attrs = $ldap->fetch()) {
$this->data['SERVERS']['CUPS'][] = $attrs['cn'][0];
}
/* Get fax servers */ /* Get fax servers */
$ldap->cd($this->current['BASE']); $ldap->cd($this->current['BASE']);
$ldap->search("(objectClass=goFaxServer)"); $ldap->search("(objectClass=goFaxServer)");
......
  • bmortier @bmortier

    mentioned in issue #1281 (closed)

    By Côme Chilliet on 2017-09-02T15:20:44 (imported from GitLab)

    ·

    mentioned in issue #1281 (closed)

    By Côme Chilliet on 2017-09-02T15:20:44 (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