[Freeipa-users] LDAP only seems to allow anonymous access

Alexander Bokovoy abokovoy at redhat.com
Mon Aug 29 08:13:35 UTC 2016


On Mon, 29 Aug 2016, Harry Kashouli wrote:
>This is the error I get:
>
>ldapsearch -LLL GSSAPI -b cn=users,cn=accounts,$REALM uid=admin
>SASL/EXTERNAL authentication started
>ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
>        additional info: SASL(-4): no mechanism available:
>
You are using wrong syntax. To specify SASL mechanism, you need to use
-Y option:

ldapsearch -LLL -Y GSSAPI -b cn=users,cn=accounts,$REALM uid=admin


-- 
/ Alexander Bokovoy




More information about the Freeipa-users mailing list