On Sun, May 19, 2013 at 9:44 AM, Bernardo Pastorelli <[email protected]> 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. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
