summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a01516f)
raw | patch | inline | side by side (parent: a01516f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:32 +0000 (09:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:32 +0000 (09:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19076 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc
index cb20ebed31432bf7818d1d17500b16511c41d008..64c196d8326dee56af3fb43acae5ef5aea663bde 100644 (file)
$ldap->cd($this->config->current['BASE']);
$member_dns = array();
foreach($entries as $entry){
- if(isset($entry['macAddress'][0])){
- $macs[] = $entry['macAddress'][0];
- }
+ $member_dns[] = $entry['dn'];
if(in_array("gosaGroupOfNames", $entry['objectClass'])){
$ldap->cat($entry['dn']);
if($ldap->count()){