X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_winstation.inc;h=95cf21cb3e4c9e2a9c8e60bcbd412427d95e3e7f;hb=b9a665f8e5359cbfdf540f344f0419668521027f;hp=fdcb6e4e6c9359dcc942788a4fa8b5e183027845;hpb=5a8c2ffc39b0f51a8956a00b40daae79d27f1de8;p=gosa.git diff --git a/plugins/admin/systems/tabs_winstation.inc b/plugins/admin/systems/tabs_winstation.inc index fdcb6e4e6..95cf21cb3 100644 --- a/plugins/admin/systems/tabs_winstation.inc +++ b/plugins/admin/systems/tabs_winstation.inc @@ -19,7 +19,8 @@ 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){ $this->by_object[$key]->dn= $this->dn;