From ab7029359c93526394ae2d224450dbba5b37bcf2 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 27 Sep 2010 22:44:25 +0200 Subject: [PATCH] note about name canon --- plugins/gs2.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/gs2.c b/plugins/gs2.c index df15ba8..07f6140 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -1673,6 +1673,10 @@ gs2_get_init_creds(context_t *text, if (result == SASL_OK) result = SASL_INTERACT; } else if (oparams->authid == NULL) { + /* + * XXX we acquired GSS credentials pre-canonicalisation. Just noting + * this might cause some problems with applications. + */ if (userid == NULL || userid[0] == '\0') { result = params->canon_user(params->utils->conn, authid, 0, SASL_CU_AUTHID | SASL_CU_AUTHZID, -- 2.1.4