On Thu, 29 Aug 2002 19:16:44 +0700, you wrote: >Hi.. I am very new to QMailLDAP.. I have installed QMail successfully and >then I tried to now I tried to install QMailLDAP on my RH7.2 by followed >the step by step instructions of QLDAPAdmin.. but I meet the following error >message: ldap_sasl_interactive_bind_s:Local error >after I run this command: > >ldapadd -D"cn=root, dc=lippogeneral, dc=com" -w secret -f ld.txt > >its run under /usr/local/src/qldapadmin-1.0.1-RC1 > >could any body please help me .. what's going on there and what should I do?
Try adding an "-x" (for simple authentification) to the ldapadd command. ldapadd -D"cn=root, dc=lippogeneral, dc=com" -w secret -f ld.txt -x hth bye Timm
