From: Stephan Bosch Date: Fri, 6 Jan 2023 14:59:55 +0000 (+0100) Subject: auth: auth-scram-server - Augment comment in auth_scram_parse_client_first(). X-Git-Tag: 2.4.0~3134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397f388b9c59ff0557fbe0824dc6fa713e7a06fc;p=thirdparty%2Fdovecot%2Fcore.git auth: auth-scram-server - Augment comment in auth_scram_parse_client_first(). --- diff --git a/src/auth/auth-scram-server.c b/src/auth/auth-scram-server.c index 41085249a5..8b6153e1c1 100644 --- a/src/auth/auth-scram-server.c +++ b/src/auth/auth-scram-server.c @@ -46,9 +46,14 @@ auth_scram_parse_client_first(struct scram_auth_request *server, client-first-message = gs2-header client-first-message-bare gs2-header = gs2-cbind-flag "," [ authzid ] "," + gs2-cbind-flag = ("p=" cb-name) / "n" / "y" client-first-message-bare = [reserved-mext ","] username "," nonce ["," extensions] + reserved-mext = "m=" 1*(value-char) + + username = "n=" saslname + nonce = "r=" c-nonce [s-nonce] extensions = attr-val *("," attr-val) ;; All extensions are optional,