From: cajus Date: Mon, 13 Nov 2006 13:20:51 +0000 (+0000) Subject: Fixed uid/cn bug X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=afecd435ef601ea27a281cc6667f94d7273b40e2;p=gosa.git Fixed uid/cn bug git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5084 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/tabs_winstation.inc b/plugins/admin/systems/tabs_winstation.inc index b1b144b4d..95cf21cb3 100644 --- a/plugins/admin/systems/tabs_winstation.inc +++ b/plugins/admin/systems/tabs_winstation.inc @@ -19,7 +19,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){