Commit bd4a76cc authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: GSSAPI server doesn't parse ZAP user id

Solution: add this to ZAP reply processing.
parent 0d13971c
......@@ -266,6 +266,9 @@ int zmq::gssapi_server_t::receive_and_process_zap_reply ()
goto error;
}
// Save user id
set_user_id (msg [5].data (), msg [5].size ());
// Process metadata frame
rc = parse_metadata (static_cast <const unsigned char*> (msg [6].data ()),
msg [6].size (), true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment