diff options
Diffstat (limited to 'docs/smbdotconf/misc/preload.xml')
-rw-r--r-- | docs/smbdotconf/misc/preload.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/preload.xml b/docs/smbdotconf/misc/preload.xml new file mode 100644 index 0000000000..53abba1f1b --- /dev/null +++ b/docs/smbdotconf/misc/preload.xml @@ -0,0 +1,20 @@ +<samba:parameter name="preload" + context="G" + advanced="1" developer="1" + type="string" + xmlns:samba="http://samba.org/common"> +<synonym>auto services</synonym> +<description> + <para>This is a list of services that you want to be + automatically added to the browse lists. This is most useful + for homes and printers services that would otherwise not be + visible.</para> + + <para>Note that if you just want all printers in your + printcap file loaded then the <link linkend="LOADPRINTERS"> + <parameter moreinfo="none">load printers</parameter></link> option is easier.</para> +</description> + +<value type="default"></value> +<value type="example">fred lp colorlp</value> +</samba:parameter> |