Tagged Questions
2
votes
2answers
606 views
What programs use GSS-API? Any decent sample programs?
I thought I wanted to use GSS-API, but now am not so sure, since I'm having a hard time finding good sample code for a trivial client/server pair. Sun has documentation including sample code, but ...
0
votes
1answer
372 views
Using EXTERNAL mechanism with Cyrus SASL
Does the Cyrus SASL api not support the EXTERNAL mechanism? I'm trying to
use it as a client, but it returns SASL_NOMECH when asked.
% cat cyrus_sal_ex.c
/* cyrus_sasl_ex.c: Example of using the ...