Code

Added patch from revision 5283
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 07:00:13 +0000 (07:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 07:00:13 +0000 (07:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5098 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/tabs_winstation.inc

index 3643d4714246f4d9288c5191c3fcbacabd73eb80..73cd77f4dca5c1745942a07b8b961c99ca8b5b04 100644 (file)
@@ -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){