summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-18 20:36:43 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-18 20:36:43 +0000
commit14a2b338ff18b99c8968869755747fa683310b7d (patch)
treee3eb5a135072cd83d6d9b7ca85cc584a4108a910 /docs
parent010e444fd934b3df6840ce9f015627ef2bf389a0 (diff)
downloadsamba-14a2b338ff18b99c8968869755747fa683310b7d.tar.gz
samba-14a2b338ff18b99c8968869755747fa683310b7d.tar.bz2
samba-14a2b338ff18b99c8968869755747fa683310b7d.zip
Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of all the files I touch!'
(This used to be commit e8d7f8eb43e299cbe7f46c91e2040e9d74d693e2)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/faq/config.sgml11
-rw-r--r--docs/docbook/faq/sambafaq.sgml2
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/docbook/faq/config.sgml b/docs/docbook/faq/config.sgml
new file mode 100644
index 0000000000..78f73252a2
--- /dev/null
+++ b/docs/docbook/faq/config.sgml
@@ -0,0 +1,11 @@
+<chapter id="Config">
+<title>Configuration problems</title>
+
+<sect1>
+<title>I have set 'force user' and samba still makes 'root' the owner of all the files I touch!</title>
+<para>
+When you have a user in 'admin users', samba will always do file operations for
+this user as 'root', even if 'force user' has been set.
+</para>
+</sect1>
+</chapter>
diff --git a/docs/docbook/faq/sambafaq.sgml b/docs/docbook/faq/sambafaq.sgml
index 0e5e146b5a..e9e5ed7a3c 100644
--- a/docs/docbook/faq/sambafaq.sgml
+++ b/docs/docbook/faq/sambafaq.sgml
@@ -4,6 +4,7 @@
<!ENTITY errors SYSTEM "errors.sgml">
<!ENTITY clientapp SYSTEM "clientapp.sgml">
<!ENTITY features SYSTEM "features.sgml">
+<!ENTITY config SYSTEM "config.sgml">
]>
<book id="Samba-FAQ">
@@ -29,6 +30,7 @@ and the old samba text documents which were mostly written by John Terpstra.
&general;
&install;
+&config;
&clientapp;
&errors;
&features;