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:22 UTC

[11/19] guacamole-manual git commit: GUACAMOLE-524: Added in two spots where it was missing

GUACAMOLE-524: Added <varname> in two spots where it was missing


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

Branch: refs/heads/staging/1.0.0
Commit: 1ee6ba9fbe7cc19b85cb1f0efe76e63054a1206c
Parents: 86cbb0b
Author: Jared Frees <fr...@osu.edu>
Authored: Tue Jul 10 11:49:29 2018 -0400
Committer: Jared Frees <fr...@osu.edu>
Committed: Tue Jul 10 11:49:29 2018 -0400

----------------------------------------------------------------------
 src/chapters/configuring.xml | 2 +-
 src/chapters/ldap-auth.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/1ee6ba9f/src/chapters/configuring.xml
----------------------------------------------------------------------
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index d0548ff..e4acadb 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -4043,7 +4043,7 @@ guaclog: INFO: All files interpreted successfully.</computeroutput>
                             number of these tokens. If no attributes are specified
                             then this token does not exist.</para>
                         <para>For example, if an attribute name is specified as "mail" then a token would
-                            be set as ${GUAC_ATTR_MAIL} with the value of "mail" in the authentication
+                            be set as <varname>${GUAC_ATTR_MAIL}</varname> with the value of "mail" in the authentication
                             module that "mail" is specified in. For a practical example, see
                             <property>ldap-user-attributes</property> in <xref linkend="ldap-auth"/>.</para>
                     </listitem>

http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/1ee6ba9f/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 45e728d..951758c 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -377,7 +377,7 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                         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
-                        ${GUAC_ATTR_MAIL} would have the value "example@email.com".
+                        <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>