summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43ef5bb)
raw | patch | inline | side by side (parent: 43ef5bb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 13:20:51 +0000 (13:20 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 13:20:51 +0000 (13:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5084 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/tabs_winstation.inc | patch | blob | history |
index b1b144b4dc7caf4537d1e0dfcad509fb6f1d6c61..95cf21cb3e4c9e2a9c8e60bcbd412427d95e3e7f 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){