From 70785697f08dd0a319dd4357d5d3cd736404a0c5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 23 Oct 2015 16:42:01 -0700 Subject: [PATCH] GUAC-1115: Fix typo in comment regarding ldap-username-attribute. --- .../guacamole/auth/ldap/LDAPGuacamoleProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java b/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java index 6e51c6f99..efd69e6fd 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java @@ -65,8 +65,8 @@ public class LDAPGuacamoleProperties { /** * The attribute or attributes which identify users. One of these - * attributes must be present within the each Guacamole user's record in - * the LDAP directory. If the LDAP authentication will not be given its own + * attributes must be present within each Guacamole user's record in the + * LDAP directory. If the LDAP authentication will not be given its own * credentials for querying other LDAP users, this list may contain only * one attribute, and the concatenation of that attribute and the value of * LDAP_USER_BASE_DN must equal the user's full DN.