summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6d2207)
raw | patch | inline | side by side (parent: b6d2207)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Mar 2006 03:48:57 +0000 (03:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Mar 2006 03:48:57 +0000 (03:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2935 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions_dns.inc | patch | blob | history |
index 2474333db0fd122413f21a3f8b6afbcecbb5ea52..da23ef1a5ab8e4dc4da58e23d4de9e6fa36c633d 100644 (file)
$ldap = $config->get_ldap_link();
$ldap->cd ($config->current['BASE']);
- restore_error_handler();
-
/* Search for zones ...
*/
$ldap->search("(&(objectClass=dNSZone)(sOARecord=*))",array("zoneName"));