necouchman commented on code in PR #284: URL: https://github.com/apache/guacamole-manual/pull/284#discussion_r2808276764
########## src/adhoc-connections.md.j2: ########## @@ -22,17 +22,26 @@ well-understood by administrators prior to implementing it: * Connections created with this extension are not accessible to other users, and cannot be shared with other users. -* This extension provides no functionality for authenticating users - it does - not allow anonymous logins, and requires that users are successfully +* This extension provides no functionality for authenticating users. It does + not allow anonymous logins, and it requires that users are successfully authenticated by another authentication module before it can be used. -* The extension provides users the ability not only to establish connections, - but also to set any of the parameters for a connection. There are security - implications for this - for example, RDP file sharing can be used to pass - through any directory available on the server running guacd to the remote - desktop. This should be taken into consideration when enabling this extension - and making sure that guacd is configured in a way that does not compromise - sensitive system files by allowing access to them. +* This extension provides users the ability not only to establish connections, + but also set any of the parameters for a connection. This has security Review Comment: `but also set any` -> `but also to set any` -- 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]
