mike-jumper commented on code in PR #581:
URL: https://github.com/apache/guacamole-server/pull/581#discussion_r3005618656
##########
src/protocols/rdp/settings.c:
##########
@@ -296,6 +299,28 @@ enum RDP_ARGS_IDX {
*/
IDX_SECURITY,
+ /**
+ * The authentication package to use based on the underlying FreeRDP
support
+ * for alternatives to NTML. Currently FreeRDP2 only supports NTLM, while
+ * FreeRDP3 introduces support for Kerberos and continues to support NTLM.
+ * The default is to negotiate between guacd and the remote server.
+ */
+ IDX_AUTH_PKG,
+
+ /**
+ * When kerberos authentication is in use, the URL of the KDC server to use
+ * for ticket validation. If not specified, guacd will use the underlying
+ * system's kerberos configuration.
+ */
+ IDX_KDC_URL,
+
+ /**
+ * When kerberos authentication is in use, the path to the kerberos ticket
+ * cache, relative to GUACAMOLE_HOME. If not specified, the default system
+ * cache of the underlying system on which guacd is running will be used.
Review Comment:
It doesn't look to me like the path is evaluated relative to
`GUACAMOLE_HOME`, but passed to FreeRDP unaltered (and then interpreted by
FreeRDP relative to somewhere?).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]