You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/09/28 19:52:23 UTC

[12/19] guacamole-manual git commit: GUACAMOLE-524: Fixed typo and formatting

GUACAMOLE-524: Fixed typo and formatting


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

Branch: refs/heads/staging/1.0.0
Commit: 433cbf9599fada9d8209cfc562a5219226e3d43d
Parents: 1ee6ba9
Author: Jared Frees <fr...@osu.edu>
Authored: Fri Jul 13 09:30:09 2018 -0400
Committer: Jared Frees <fr...@osu.edu>
Committed: Fri Jul 13 09:30:09 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/433cbf95/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 951758c..9796676 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -369,17 +369,17 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                             saves the first value of the attribute. Multiple attributes can be
                             specified here, separated by commas.</para>
                         <para>For example, if <property>ldap-user-attributes</property> is
-                        "<systemitem>mail, workstation</systemitem>", then a GUAC_ATTR_MAIL
-                        token would be set to the value of the mail attribute in the LDAP directory
-                        for the currently logged-in user and a GUAC_ATTR_WORKSTATION token
-                        would be set to the value of the workstation attribute similarly,
-                        contingent on the fact that the attributes have a value in the LDAP directory.
-                        So, the tokens could be used like this:
-                        <varname>${GUAC_ATTR_MAIL}</varname> or <varname>${GUAC_ATTR_WORKSTATION}/<varname>.
-                        If the value of mail in the LDAP directory is "example@email.com" then
-                        <varname>${GUAC_ATTR_MAIL}</varname> would have the value "example@email.com".
-                        Tokens usage is discussed more in <xref linkend="configuring-guacamole"/> in
-                        <xref linkend="parameter-tokens"/>.</para>
+                            "<systemitem>mail, workstation</systemitem>", then a GUAC_ATTR_MAIL
+                            token would be set to the value of the mail attribute in the LDAP directory
+                            for the currently logged-in user and a GUAC_ATTR_WORKSTATION token
+                            would be set to the value of the workstation attribute similarly,
+                            contingent on the fact that the attributes have a value in the LDAP directory.
+                            So, the tokens could be used like this:
+                            <varname>${GUAC_ATTR_MAIL}</varname> or <varname>${GUAC_ATTR_WORKSTATION}</varname>.
+                            If the value of mail in the LDAP directory is "example@email.com" then
+                            <varname>${GUAC_ATTR_MAIL}</varname> would have the value "example@email.com".
+                            Tokens usage is discussed more in <xref linkend="configuring-guacamole"/> in
+                            <xref linkend="parameter-tokens"/>.</para>
                     </listitem>
                 </varlistentry>
                 <varlistentry>