Blame SOURCES/0003-List-plugins-available-in-RHEL-6.patch

53bdd9
From 52c081034c18655865a5c851bfac965ad28a2508 Mon Sep 17 00:00:00 2001
53bdd9
From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <ssp@redhat.com>
53bdd9
Date: Thu, 8 Aug 2013 12:17:53 -0400
53bdd9
Subject: [PATCH 3/3] List plugins available in RHEL 6
53bdd9
53bdd9
Add a brief explanation of what each plugin does and make a note that
53bdd9
the ALSA backend of the rdpsnd plugin is not supported.
53bdd9
53bdd9
This patch is not intended for upstream as the list of plugins is
53bdd9
specific to RHEL 6.
53bdd9
---
53bdd9
 client/X11/xfreerdp.1.xml |   45 ++++++++++++++++++++++++++++++++++++++++++---
53bdd9
 1 files changed, 42 insertions(+), 3 deletions(-)
53bdd9
53bdd9
diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml
53bdd9
index 363a245..e0a66b9 100644
53bdd9
--- a/client/X11/xfreerdp.1.xml
53bdd9
+++ b/client/X11/xfreerdp.1.xml
53bdd9
@@ -486,8 +486,47 @@
53bdd9
         <term>--plugin <replaceable class="parameter">pluginname</replaceable></term>
53bdd9
         <listitem>
53bdd9
           <para>
53bdd9
-            load <replaceable class="parameter">pluginname</replaceable>
53bdd9
+            Load <replaceable class="parameter">pluginname</replaceable>
53bdd9
           </para>
53bdd9
+	  <para>
53bdd9
+	    In Red Hat Enterprise Linux 6, the following plugins are 
53bdd9
+	    available: 
53bdd9
+	    <variablelist>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>cliprdr</term>
53bdd9
+		<listitem><para>Clipboard support</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>drdynvc</term>
53bdd9
+		<listitem><para>Used for multimedia redirection</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>rdpsnd</term>
53bdd9
+		<listitem><para>For audio output</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>rail</term>
53bdd9
+		<listitem><para>Remote Applications Integrated Locally</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>rdpdbg</term>
53bdd9
+		<listitem><para>Debugging Virtual Channel</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	      <varlistentry>
53bdd9
+		<term>rdpdr</term>
53bdd9
+		<listitem><para>File System Support</para></listitem>
53bdd9
+	      </varlistentry>
53bdd9
+	    </variablelist>
53bdd9
+	  </para>
53bdd9
+	  <para>As an example,</para>
53bdd9
+	  <para><command>xfreerdp</command> --plugin
53bdd9
+	      rdpsnd <replaceable class="parameter">server</replaceable>
53bdd9
+	  </para>
53bdd9
+	  <para>will enable audio output using the PulseAudio backend of
53bdd9
+	    the rdpsnd plugin. Please Note that Red Hat Enterprise
53bdd9
+	    Linux 6 does not include support for the ALSA backend of
53bdd9
+	    the rdpsnd plugin.
53bdd9
+	  </para>
53bdd9
         </listitem>
53bdd9
       </varlistentry>
53bdd9
       <varlistentry>
53bdd9
@@ -518,7 +557,7 @@
53bdd9
         <term>--ntlm <replaceable class="parameter">version</replaceable></term>
53bdd9
         <listitem>
53bdd9
           <para>
53bdd9
-            force NTLM protocol version to be <replaceable class="parameter">version</replaceable>, which can be one of 1 or 2.
53bdd9
+            Force NTLM protocol version to be <replaceable class="parameter">version</replaceable>, which can be one of 1 or 2.
53bdd9
           </para>
53bdd9
         </listitem>
53bdd9
       </varlistentry>
53bdd9
@@ -526,7 +565,7 @@
53bdd9
         <term>--sec <replaceable class="parameter">proto</replaceable></term>
53bdd9
         <listitem>
53bdd9
           <para>
53bdd9
-            force protocol security. <replaceable class="parameter">proto</replaceable> can be one of rdp, tls or nla.
53bdd9
+            Force protocol security. <replaceable class="parameter">proto</replaceable> can be one of rdp, tls or nla.
53bdd9
           </para>
53bdd9
         </listitem>
53bdd9
       </varlistentry>
53bdd9
-- 
53bdd9
1.7.1
53bdd9