X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_ldap.inc;h=a93aa96c060f6376ce8bcbaf52aaf58100358618;hb=08a4b5a469903884bc288f717f1e370408d47565;hp=1e086ecb5b2486cc7f47ece760c23cccc8c01dcb;hpb=02ba0ab70547c25aee052744d170a20c440df6bb;p=gosa.git diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 1e086ecb5..a93aa96c0 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -549,6 +549,7 @@ class LDAP{ unset($attr['dn']); if((!in_array("gosaApplication" , $attr['objectClass'])) && (!in_array("gotoMimeType", $attr['objectClass']))){ + $attr['FAIdebianRelease'] = $destinationName; if($type=="branch"){ $attr['FAIstate'] ="branch"; }elseif($type=="freeze"){ @@ -583,6 +584,8 @@ class LDAP{ } } + echo "" ; + $this->ls ("(objectClass=*)",$sourcedn); while ($this->fetch()){ $deldn= $this->getDN();