summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fef4ca4)
raw | patch | inline | side by side (parent: fef4ca4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Oct 2007 05:42:57 +0000 (05:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Oct 2007 05:42:57 +0000 (05:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7482 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index 21b1539e8ca96b78be9f58f7979b8ea26943a96c..b569454ab3f8f8bd40d817401e67f4bfcc3747e0 100644 (file)
}
/* Prepare HotPlug devices */
- $this->attrs['gotoHotplugDevice'] = array();
+ $this->attrs['gotoHotplugDeviceDN'] = array();
foreach($this->gotoHotplugDevices as $name => $device){
$this->attrs['gotoHotplugDeviceDN'][]= $device['dn'];
}
$ldap->cd($this->dn);
$this->cleanup();
$ldap->$mode($this->attrs);
-
+
$cat = "users";
if($this->is_group){
$cat = "groups";