summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28859cd)
raw | patch | inline | side by side (parent: 28859cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Sep 2007 08:15:37 +0000 (08:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Sep 2007 08:15:37 +0000 (08:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7233 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servDHCP.inc | patch | blob | history |
index 351e2112c7f993bde1e4d1933a57f94891c64cda..69f6d9547296a9330576fdfc01cc4001f526821f 100644 (file)
function get_list_of_dhcp_servers()
{
- $ret = array();
+ $ret = array("ENTRIES"=> array(),"FOR_LIST"=> array());
$ldap = $this->config->get_ldap_link();
$ldap->cd($this->config->current['BASE']);
$ldap->search("(&(objectClass=goServer)(dhcpServiceDN=*))",array("dn","cn","dhcpServiceDN"));