[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
authentication problem
- To: openldap-technical@openldap.org
- Subject: authentication problem
- From: Mohammad D <modaei@gmail.com>
- Date: Sun, 15 May 2011 17:59:34 +0430
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=vwhsxXDuwuGKZS6xXEYnVDykPeEatVyh90FY/AODJDw=; b=Xn1EKkicxGSDD4Rys3/hEWC5x4fbGnSeYjhe2wdShp6QDrBlrkviWjkwcB0Kgi7jhN 3RzGEkoou8fK7i9m2B0ldTMNwA34/LwH/tL/92smhDpO/0zkGbSs5aQXzz3m5VkOgKpj ttL9SdRF7xKf+rrXpza7EdcDyOxRuQ8u0n//Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=cixgMivMw4DpQpwcW2y349sR93tNCDsfj8YANpIlw92wVzvq8zOTQNDKwLdT1VDB5R kPaETn7TdoUzPmzK7PzpKeokGHhGlYDTSN10SffMajgs5Uuqh5ToQ0NUZHE93GBFFEZB 5y5Bj7G8RCM/RUX56c+qsHRxQHjxtmj7P1mlE=
Hi all
I have installed openldap 2.4.23 on windows server 2003. when I run this query on ldapsearch:
ldapsearch -h directory.verisign.com -b "cn=<*>" "(o=*)" "certificaterevocationlist"
I get the following error:
SASL/EXTERNAL authentication started
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:
I installed MIT kerberos but it did not solve the problem.
any one know whats the issue and how can it be solved?