diff options
author | Michael Adam <obnox@samba.org> | 2008-07-10 14:05:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-10 14:16:04 +0200 |
commit | 2264ae717cf08e3f043ef77ffbc13813d1c56e2b (patch) | |
tree | a2bf8a2168214b85424343927911a6bb26885def | |
parent | cfa8b972a1b00386775144cdfde38e88000339f3 (diff) | |
download | samba-2264ae717cf08e3f043ef77ffbc13813d1c56e2b.tar.gz samba-2264ae717cf08e3f043ef77ffbc13813d1c56e2b.tar.xz samba-2264ae717cf08e3f043ef77ffbc13813d1c56e2b.zip |
docs: fix the net conf section of net(8) to mention "config backend = registry".
Michael
(This used to be commit c2e9d82d9497f0d245a46c5c82ff15306788109e)
-rw-r--r-- | docs-xml/manpages-3/net.8.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index b29beaa01d..cdf0fbbf60 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1389,7 +1389,9 @@ The deployment of this configuration data can be activated in two levels from th activated by setting <parameter>registry shares</parameter> to <quote>yes</quote> in the [global] section and global configuration options are activated by setting <smbconfoption name="include">registry</smbconfoption> in -the [global] section. +the [global] section for a mixed configuration or by setting +<smbconfoption name="config backend">registry</smbconfoption> in the [global] +section for a registry-only configuration. See the <citerefentry><refentrytitle>smb.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry> manpage for details. </para> |