diff options
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/faq/config.sgml | 11 | ||||
-rw-r--r-- | docs/docbook/faq/sambafaq.sgml | 2 |
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; |