GUACAMOLE-524: Correct what happens for a multi-valued attribute

Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/df26b02f
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/df26b02f
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/df26b02f

Branch: refs/heads/master
Commit: df26b02fae822c810df7973142f590597fe7727c
Parents: 9983611
Author: Jared Frees <frees...@osu.edu>
Authored: Thu Jul 5 12:36:24 2018 -0400
Committer: Jared Frees <frees...@osu.edu>
Committed: Thu Jul 5 12:36:24 2018 -0400

----------------------------------------------------------------------
 src/chapters/ldap-auth.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/df26b02f/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 19f0b1d..58f9dbf 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -366,8 +366,8 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                             in the LDAP directory for the currently logged-in 
user. If the attribute
                             has no value in the LDAP directory then the token 
is not saved.
                             If the attribute has multiple values in the LDAP 
directory then the token
-                            saves all of the values together. Multiple 
attributes can be specified here,
-                            separated by commas.</para>
+                            saves the first value of the attribute. Multiple 
attributes can be
+                            specified here, separated by commas.</para>
                     </listitem>
                 </varlistentry>
                 <varlistentry>

Reply via email to