[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SASL Authentication
Not sure SASL_MECH works properly (there was an issue
reported with it some time ago). I suggest that for
those not wanting to support GSSAPI authentication,
that they configure Cyrus SASL without GSSAPI
support
That's my configure command:
configure --with-ldap --prefix=/usr --disable-krb4 --disable-gssapi
But strangely enough, it still insists on using GSSAPI!
Here is an example:
# ldapwhoami
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error (-2)
additional info: SASL(-1): generic failure:
GSSAPI Error: Miscellaneous failure
(No credentials cache found)
(or, if already reconfigured, simply remove
Cyrus SASL's GSSAPI plugin).
The above configure command will not remove GSSAPI?
How else can I remove this plugin? I couldn't find
another reference to that in the documentation.
Thanks.
-ammar