From 1cc677a0e9deb05bcd3f46c1b4b77b84339f5c7c Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Fri, 30 Aug 2024 16:43:11 -0400 Subject: [PATCH] GUACAMOLE-577: Update comment for proxy encryption method in LDAP code. --- .../guacamole/auth/ldap/connection/ConnectionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/connection/ConnectionService.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/connection/ConnectionService.java index 629b10131..50626ca3b 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/connection/ConnectionService.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/connection/ConnectionService.java @@ -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";