1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

docs:smbdotconf: add enumlist property to parameters where missing

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Michael Adam 2015-04-28 11:46:21 +02:00 committed by Jeremy Allison
parent ba2ea7fe33
commit 63e3c75374
31 changed files with 31 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<samba:parameter name="config backend"
context="G"
type="enum"
enumlist="enum_config_backend"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,5 +1,6 @@
<samba:parameter name="domain master"
type="enum"
enumlist="enum_bool_auto"
context="G"
function="_domain_master"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">

View File

@ -1,6 +1,7 @@
<samba:parameter name="lm announce"
context="G"
type="enum"
enumlist="enum_bool_auto"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter determines if <citerefentry><refentrytitle>nmbd</refentrytitle>

View File

@ -1,6 +1,7 @@
<samba:parameter name="preferred master"
context="G"
type="enum"
enumlist="enum_bool_auto"
generated_function="0"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>prefered master</synonym>

View File

@ -1,6 +1,7 @@
<samba:parameter name="allow dns updates"
context="G"
type="enum"
enumlist="enum_dns_update_settings"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option determines what kind of updates to the DNS are allowed.

View File

@ -1,6 +1,7 @@
<samba:parameter name="case sensitive"
context="S"
type="enum"
enumlist="enum_bool_auto"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>casesignames</synonym>

View File

@ -1,6 +1,7 @@
<samba:parameter name="default case"
context="S"
type="enum"
enumlist="enum_case"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>See the section on <smbconfoption name="name mangling"/>.

View File

@ -1,6 +1,7 @@
<samba:parameter name="map readonly"
context="S"
type="enum"
enumlist="enum_map_readonly"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="client ldap sasl wrapping"
context="G"
type="enum"
enumlist="enum_ldap_sasl_wrapping"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="ldap deref"
context="G"
type="enum"
enumlist="enum_ldap_deref"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="ldap follow referral"
context="G"
type="enum"
enumlist="enum_bool_auto"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="ldap passwd sync"
context="G"
type="enum"
enumlist="enum_ldap_passwd_sync"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>ldap password sync</synonym>

View File

@ -1,6 +1,7 @@
<samba:parameter name="ldap ssl"
context="G"
type="enum"
enumlist="enum_ldap_ssl"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option is used to define whether or not Samba should

View File

@ -1,6 +1,7 @@
<samba:parameter name="csc policy"
context="S"
type="enum"
enumlist="enum_csc_policy"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="strict locking"
context="S"
type="enum"
enumlist="enum_bool_auto"
parm="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="smbd profiling level"
context="G"
type="enum"
enumlist="enum_smbd_profiling_level"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="cups encrypt"
context="G"
type="enum"
enumlist="enum_bool_auto"
generated_function="0"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="printing"
context="S"
type="enum"
enumlist="enum_printing"
handler="handle_printing"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -2,6 +2,7 @@
context="G"
type="enum"
function="_client_max_protocol"
enumlist="enum_protocol"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>The value of the parameter (a string) is the highest

View File

@ -1,6 +1,7 @@
<samba:parameter name="client min protocol"
context="G"
type="enum"
enumlist="enum_protocol"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This setting controls the minimum protocol version that the

View File

@ -1,6 +1,7 @@
<samba:parameter name="server max protocol"
context="G"
type="enum"
enumlist="enum_protocol"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>The value of the parameter (a string) is the highest

View File

@ -1,6 +1,7 @@
<samba:parameter name="server min protocol"
context="G"
type="enum"
enumlist="enum_protocol"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>min protocol</synonym>
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="client schannel"
context="G"
type="enum"
enumlist="enum_bool_auto"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="client signing"
context="G"
type="enum"
enumlist="enum_smb_signing_vals"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This controls whether the client is allowed or required to use SMB signing. Possible values

View File

@ -1,6 +1,7 @@
<samba:parameter name="kerberos method"
context="G"
type="enum"
enumlist="enum_kerberos_method"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="map to guest"
type="enum"
context="G"
enumlist="enum_map_to_guest"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter can take four different values, which tell

View File

@ -2,6 +2,7 @@
context="G"
type="enum"
function="_security"
enumlist="enum_security"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<when_value value="security">
<requires option="encrypted passwords">/(yes|true)/</requires>

View File

@ -2,6 +2,7 @@
context="G"
type="enum"
function="_server_role"
enumlist="enum_server_role"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option determines the basic operating mode of a Samba

View File

@ -1,6 +1,7 @@
<samba:parameter name="server schannel"
context="G"
type="enum"
enumlist="enum_bool_auto"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>

View File

@ -1,6 +1,7 @@
<samba:parameter name="server signing"
context="G"
type="enum"
enumlist="enum_smb_signing_vals"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

View File

@ -1,6 +1,7 @@
<samba:parameter name="smb encrypt"
context="S"
type="enum"
enumlist="enum_smb_signing_vals"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>