Code

Added DN attribute to config -> SERVERS -> IMAP to be able to check acls later.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jul 2008 13:08:38 +0000 (13:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jul 2008 13:08:38 +0000 (13:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11513 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index 225f647cf34a0fe83e65e542f565c9ec76eacf25..64039fd3a115e36bd2544cbe461fc360d35180a7 100644 (file)
@@ -400,6 +400,7 @@ class config  {
         
         $this->data['SERVERS']['IMAP'][$imap_server]= 
             array( 
+            "server_dn"   => $attrs['dn'],
             "connect"     => $imap_connect,
             "admin"       => $imap_admin,
             "password"    => $pwd,