[turba] Turba + Exchange 2000 (Blank white screen)

Michael Bellears MBellears at staff.datafx.com.au
Fri Feb 20 14:38:04 PST 2004


Configured Turba with the following to access one of our Exchange
servers - Searches are producing a blank white screen.
 
 
$string=Auth::getAuth();
//$separat="@";
//$string=substr($string,0,strlen($string)-strlen(strstr($string,$separa
t)));
//$uid='domain\\'.$string;
$uid=$string;           
 
$cfgSources['exchange'] = array(
    'title' => 'datafx.local',
    'type' => 'ldap',
    'params' => array(
        'server' => '192.168.5.11',
        'encoding' => 'utf8',
        'readonly' => true,
        'port' => 3268,
        'root' => 'cn=Recipients, ou=DATAFX, o=DATAFX.LOCAL',
        'bind_dn' => $uid,
        'bind_password' => Auth::getCredential('password'),
        'version' => '3',
        ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail'
    ),
    'search' => array(
        'name',
        'email'
    ),
    'public' => true,
    'readonly' => false,
    'export' => true
);

I do not get any debug info in /tmp/horde.log or my apache logs...
 
Regards,
MB
 


More information about the turba mailing list