From: Luke Howard Date: Mon, 27 Sep 2010 21:05:25 +0000 (+0200) Subject: add some comments X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=a5cd23b705b9207328a1d97170723ee8609e304e add some comments --- diff --git a/plugins/gs2.c b/plugins/gs2.c index 5b87062..6bce647 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -1571,6 +1571,10 @@ gs2_get_init_creds(context_t *text, } } + /* + * Canonicalize the authentication and authorization identities before + * calling GSS_Import_name. + */ if (auth_result == SASL_OK && user_result == SASL_OK && oparams->authid == NULL) { if (userid == NULL || userid[0] == '\0') {