Multiple principals in a single application

Nico Williams nico at cryptonector.com
Mon May 20 13:35:36 EDT 2013


On Sun, May 19, 2013 at 9:44 AM, Bernardo Pastorelli
<berpast at hotmail.com> wrote:
> I run on an OS where the available version of the cyrus-sasl library does
> not support SASL_GSS_CREDS.
> So openldap has LDAP_OPT_X_SASL_GSS_CREDS, but then when calling cyrus-sasl,
> it fails because it is not able to handle SASL_GSS_CREDS.
>
> This is the reason why my code is failing (I didn't properly check the
> return codes). Is there any alternative to setting this option?

You could interpose on gss_acquire_cred(), but really, I'd just build
a recent version of these two libraries.


More information about the Kerberos mailing list