GUACAMOLE-577: Update comment for proxy encryption method in LDAP code.

This commit is contained in:
Virtually Nick
2024-08-30 16:43:11 -04:00
parent 387f65590c
commit 1cc677a0e9

View File

@@ -87,7 +87,7 @@ public class ConnectionService {
public static final String LDAP_ATTRIBUTE_PROXY_PORT = "guacConfigProxyPort";
/**
* The name of the LDAP attribute that stores guacd proxy hostname.
* The name of the LDAP attribute that stores guacd proxy encryption method.
*/
public static final String LDAP_ATTRIBUTE_PROXY_ENCRYPTION = "guacConfigProxyEncryption";