GUACAMOLE-524: Clarify ldap attributes are for logged in user and 
multiple-valued attributes are saved all together as a token


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

Branch: refs/heads/master
Commit: a6139b2d191c93021ebeaf92879490bf174f3c55
Parents: a18f596
Author: Jared Frees <frees...@osu.edu>
Authored: Thu Jul 5 11:16:27 2018 -0400
Committer: Jared Frees <frees...@osu.edu>
Committed: Thu Jul 5 11:16:27 2018 -0400

----------------------------------------------------------------------
 src/chapters/ldap-auth.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/a6139b2d/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 47d969d..d94eb12 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -359,12 +359,14 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                 <varlistentry>
                     <term><property>ldap-user-attributes</property></term>
                     <listitem>
-                        <para>The attribute or attributes to retrieve from the 
LDAP directory.
-                            These attributes are stored as tokens with the 
prefix "GUAC_ATTR_"
-                            and the name of the attribute appended in 
uppercase letters.
-                            The value of the token is the value of the 
attribute in the LDAP directory.
-                            If the attribute has no value in the directory 
then the token is not saved.
-                            Multiple attributes can be specified here, 
separated by commas.</para>
+                        <para>The attribute or attributes to retrieve from the 
LDAP directory
+                            for the currently logged-in user. These attributes 
are stored as
+                            tokens with the prefix "GUAC_ATTR_" and the name 
of the attribute appended
+                            in uppercase letters. The value of the token is 
the value of the attribute
+                            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 LDAP attribute has multiple values then the 
token saves all of the
+                            values together. Multiple attributes can be 
specified here, separated by commas.</para>
                     </listitem>
                 </varlistentry>
                 <varlistentry>

Reply via email to