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:
parent
ba2ea7fe33
commit
63e3c75374
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"/>.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user