summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-19 05:06:22 +0000
committerjsorg71 <jsorg71>2007-09-19 05:06:22 +0000
commitb79e8a3f5fd414a48065977b0daf200be3b1cb0f (patch)
treeb0ebcf12f8f207ba419433fb7d1e4e9303c39eb0
parentf06f9591bccd8ddd900c6d6ce2b168818f5745db (diff)
downloadxrdp-proprietary-b79e8a3f5fd414a48065977b0daf200be3b1cb0f.tar.gz
xrdp-proprietary-b79e8a3f5fd414a48065977b0daf200be3b1cb0f.zip
update faqs
-rw-r--r--faq-compile.txt8
-rw-r--r--faq-general.txt16
2 files changed, 23 insertions, 1 deletions
diff --git a/faq-compile.txt b/faq-compile.txt
new file mode 100644
index 00000000..f9a7bb77
--- /dev/null
+++ b/faq-compile.txt
@@ -0,0 +1,8 @@
+Compile FAQ
+
+Q. I get error: security/pam_appl.h: File or directory doesn't exist
+ What is wrong?
+
+A. You need to install pam development package.
+ For Ubuntu 7.04 this package is called libpam0g-dev.
+ For Suse 10.1 this package is call pam-devel. \ No newline at end of file
diff --git a/faq-general.txt b/faq-general.txt
index d8774b9c..e1905cb9 100644
--- a/faq-general.txt
+++ b/faq-general.txt
@@ -1,2 +1,16 @@
-FAQ
+General FAQ
+
+Q. What is RDP?
+
+A. RDP stands for Remote Desktop Protocol. Its the protocol used by Windows
+ terminal servers to talk to the terminal server clients.
+
+Q. What is xrdp?
+
+A. xrdp, usually spell lower case, is as open source implementation of the RDP
+ protocol.
+
+Q. I can't get it to compile in Ubuntu. What can I do?
+
+A. See faq-compile.txt.