add some comments
authorLuke Howard <lukeh@padl.com>
Mon, 27 Sep 2010 21:05:25 +0000 (23:05 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 27 Sep 2010 21:05:25 +0000 (23:05 +0200)
plugins/gs2.c

index 5b87062..6bce647 100644 (file)
@@ -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') {