Author Topic: Roundcube Integration With LDAP  (Read 4439 times)

Offline ramya

  • Newbie
  • *
  • Posts: 4
Roundcube Integration With LDAP
« on: June 27, 2008, 07:02:38 AM »
Hello all
I have installed Roundcube in my windows server 2003 machine.I have AD & LDAP set up also...
During my roundcube login,rc should make a check in the LDAP server for user authentication....I googled in net and found that there is a main.inc.php file for the LDAP setup.In my rc file i have the following lines
$rcmail_config['ldap_public']['Verisign'] = array(
  'name'          => 'Verisign.com',
  'hosts'         => array('directory.verisign.com')
my doubt is
what should i give in the place of ]['Verisign'], and also in name field and hosts field..
what does it actuallly mean?i couldn't understand...
another question is whether this is the only file to be modified for LDAP setup in roundcube...


thanks in advance