summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec211f7)
raw | patch | inline | side by side (parent: ec211f7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Apr 2006 11:51:21 +0000 (11:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Apr 2006 11:51:21 +0000 (11:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3092 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_config.inc | patch | blob | history |
index 65285a6559f6599687081877e6146dda7479901e..bca1f5bdcc49db7763f14aacde8e40f3bee7e838 100644 (file)
--- a/include/class_config.inc
+++ b/include/class_config.inc
function getShareServerList()
{
$ldap= $this->get_ldap_link();
- $a_res = $ldap->search("(objectClass=goShareServer)",array("goExportEntry","cn"));
+ $a_res = $ldap->search("(&(objectClass=goShareServer)(goExportEntry=*))",array("goExportEntry","cn"));
$return= array();
while($entry = $ldap->fetch($a_res)){
if(isset($entry['goExportEntry']['count'])){