summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20a2602)
raw | patch | inline | side by side (parent: 20a2602)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Oct 2007 09:08:25 +0000 (09:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Oct 2007 09:08:25 +0000 (09:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7590 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servDB.inc | patch | blob | history |
index cff0976ce2058ce30a748b95fa0554adcb48d04d..50fbb31b503e7cba647bd415a4aa11c11becd32d 100644 (file)
if(in_array("goFonServer",$this->objectclasses)){
if($this->orig_dn != "new" && $this->orig_dn != $this->dn){
$ldap->cd($this->config->current['BASE']);
- $ldap->search("(&(goFonHomeServer=*)(|(objectClass=goFonAccount)(objectClass=goFonConference)))",array("goFonHomeServer"));
+ $ldap->search("(&(goFonHomeServer=".$this->orig_dn.")(|(objectClass=goFonAccount)(objectClass=goFonConference)))",array("goFonHomeServer"));
$dns = array();
while($attrs = $ldap->fetch()){
$dns[] = $attrs['dn'];