From afecd435ef601ea27a281cc6667f94d7273b40e2 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 13 Nov 2006 13:20:51 +0000 Subject: [PATCH] Fixed uid/cn bug git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5084 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/tabs_winstation.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- 2.30.2