summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 043db41)
raw | patch | inline | side by side (parent: 043db41)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 07:00:13 +0000 (07:00 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 3643d4714246f4d9288c5191c3fcbacabd73eb80..73cd77f4dca5c1745942a07b8b961c99ca8b5b04 100644 (file)
/* 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){