We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ab156 commit 16b6e16Copy full SHA for 16b6e16
src/session_p.h
@@ -195,7 +195,8 @@ struct nc_auth_client {
195
};
196
197
char *password; /**< Client's password */
198
- enum nc_kbdint_auth_method kbdint_method; /**< Keyboard-interactive authentication method. */
+ enum nc_kbdint_auth_method kbdint_method; /**< Keyboard-interactive authentication method,
199
+ * may be extended by e.g. a union for each method when needed. */
200
int none_enabled; /**< Implies that the client supports the none authentication method. */
201
202
0 commit comments