Code

Fixed RDN detection
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 14:08:18 +0000 (14:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 14:08:18 +0000 (14:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18294 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc

index 80ea04362bf9df9584bd7d53c92d249e54addd7b..ba2ef6c4ab6444847a6c5ae77abb267fdf8a98b8 100644 (file)
@@ -33,7 +33,7 @@ class mailAddressSelect extends management
     $this->config = $config;
     $this->ui = $ui;
 
-    $this->storagePoints = array(get_ou("core", "userRDN") , get_ou("core", "userRDN") );
+    $this->storagePoints = array(get_ou("core", "groupRDN") , get_ou("core", "userRDN") );
 
     // Build filter
     if (session::global_is_set(get_class($this)."_filter")){