From: hickert Date: Tue, 14 Nov 2006 07:00:13 +0000 (+0000) Subject: Added patch from revision 5283 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c66a7d884ec54575eaa55788bc698998a981d5cb;p=gosa.git Added patch from revision 5283 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5098 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/tabs_winstation.inc b/plugins/admin/systems/tabs_winstation.inc index 3643d4714..73cd77f4d 100644 --- a/plugins/admin/systems/tabs_winstation.inc +++ b/plugins/admin/systems/tabs_winstation.inc @@ -22,7 +22,7 @@ class wintabs extends tabs /* Check for new 'dn', in order to propagate the 'dn' to all plugins */ $baseobject= $this->by_object['wingeneric']; - $this->dn= "cn=$baseobject->cn,ou=winstations,ou=systems,".$baseobject->base; + $this->dn= "uid=$baseobject->cn,ou=winstations,ou=systems,".$baseobject->base; $baseobject->dn= $this->dn; foreach ($this->by_object as $key => $obj){