s3: store user session key in cli_rpc_pipe_open_noauth().
[kai/samba.git] / source3 / include / client.h
index 8d57fe1eed9da5e48e2319c02d69512453233130..587f3f6c67749274c1bc0fbf85c375c4180f3383 100644 (file)
@@ -52,6 +52,7 @@ struct cli_pipe_auth_data {
 
        char *domain;
        char *user_name;
+       DATA_BLOB user_session_key;
 
        union {
                struct schannel_auth_struct *schannel_auth;