Well, it would help if you run the command with the right parameters, then you might have a chance of it working ...
You should run: ldapsearch -h 192.168.1.7 -x -D 'cn=admin,dc=...' -x is to use 'simple' authentication instead of SASL and the -D is to provide the user you want to authenticate with, you should replace the dc=..., by the proper 'DN'. You can run 'sudo slapcat -a "cn=admin"' to get the the full DN of the admin user. I am assuming you have eBox 1.2. Cheers! On Wed, Nov 25, 2009 at 8:32 AM, Peter Roots <[email protected]> wrote: > pe...@peterlt:~$ ldapsearch -h 192.168.1.7 * > SASL/DIGEST-MD5 authentication started > Please enter your password: > ldap_sasl_interactive_bind_s: Invalid credentials (49) > > same response with firewall on or off > my password, the ldap password I set at install and the one in ldap.secrets -- Isaac Clerencia - Developer [email protected] eBox - Computer Networks Made Easy! eBox Technologies at www.ebox-technologies.com Download eBox at www.ebox-platform.com _______________________________________________ ebox-user mailing list [email protected] http://lists.ebox-platform.com/cgi-bin/mailman/listinfo/ebox-user
