[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap+sasl+gsi, sasl.c bugs (ITS#530)
At 10:41 PM 5/10/00 GMT, mei@isi.edu wrote:
> Base on the sample example supplied in Cyrus SASL's tar ball,
>authentication is 'userid' using the callback id of SASL_CB_USER
no, SASL_CB_USER is the authorization id (username)
>authorization is 'authid' using the callback id of SASL_CB_AUTHNAME
no, SASL_CB_AUTHNAME is the authentication id.
The Cyrus names are not consistent with RFC2222...
our usage, however, is consistent with Cyrus.