Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
1.0 KB
|
Line | |
---|
1 | <samba:parameter name="config backend"
|
---|
2 | context="G"
|
---|
3 | type="enum"
|
---|
4 | enumlist="enum_config_backend"
|
---|
5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
6 | <description>
|
---|
7 | <para>
|
---|
8 | This controls the backend for storing the configuration.
|
---|
9 | Possible values are <emphasis>file</emphasis> (the default)
|
---|
10 | and <emphasis>registry</emphasis>.
|
---|
11 | When <smbconfoption name="config backend">registry</smbconfoption>
|
---|
12 | is encountered while loading <emphasis>smb.conf</emphasis>,
|
---|
13 | the configuration read so far is dropped and the global
|
---|
14 | options are read from registry instead. So this triggers a
|
---|
15 | registry only configuration. Share definitions are not read
|
---|
16 | immediately but instead <parameter>registry
|
---|
17 | shares</parameter> is set to <emphasis>yes</emphasis>.
|
---|
18 | </para>
|
---|
19 | <para>
|
---|
20 | Note: This option can not be set inside the registry
|
---|
21 | configuration itself.
|
---|
22 | </para>
|
---|
23 | </description>
|
---|
24 | <value type="default">file</value>
|
---|
25 | <value type="example">registry</value>
|
---|
26 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.