Thanks, I know that much... but I've never really used LDAP before, and it asks for things such as the base dn etc... what should those be??
This is an example LDAP config from round cube:
Code:
$rcmail_config['ldap_public']['Verisign'] = array('hosts' => array('192.68.1.1'),
'port' => 389,
'base_dn' => '',
'search_fields' => array('Email' => 'mail', 'Name' => 'cn'),
'name_field' => 'cn',
'mail_field' => 'mail',
'scope' => 'sub',
'fuzzy_search' => 0);