> > hi all, > > First thanks to Tomas his solution worked for my previous error . Now > when i am trying to add ldapentries from scratch i am getting this error. > My test server OS is of PCQuest2005
I haven't provided any solution. I've only said that I don't understand why you use SSL on local connection and hostname must match certificate. > [EMAIL PROTECTED] ~]# cat /etc/redhat-release > PCQLinux 2005 (WhiteHope) > > > [EMAIL PROTECTED] ~]#ldapadd -acrv -h ldap.xyz.com -D > "cn=admin,o=localhost,c=com" -w admin -f ldif > ldap_initialize( ldap://ldap.vvdesign.com ) ldap_sasl_interactive_bind_s: > Can't contact LDAP server (-1) man ldapadd -x Use simple authentication instead of SASL. http://www.openldap.org/doc/admin23/quickstart.html Chapters 8 to 11. -- Tomas