Hi all,

I have setup a squirrelmail/oldap server. When try to fetch address through address book option in the compose window, it fails with an error message. The error message is as follows,

Your search failed with the following error(s):
[LDAP:XX.XX.XXX.XXX] No such object


My config.php configuration is as follows

$default_use_javascript_addr_book = true;
$ldap_server[0] = array(
    'host' => 'ldap://XX.XX.XXX.XXX',
    'base' => 'ou=Usuarios,ou=webmail,dc=ran,dc=es',
    'name' => 'LDAP:XX.XX.XXX.XXX',
    'maxrows' => 100,
    'binddn' => 'cn=admin,dc=ran,dc=es',
    'bindpw' => 'mypassword',
    'protocol' => 3

Please let me know, what did i miss ?

BipinDas

--
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to