mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
docs:smbdotconf: add deprecated flags where missing.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2b7396b354
commit
99d0c3b0dc
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="syslog"
|
||||
context="G"
|
||||
type="integer"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="syslog only"
|
||||
context="G"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="enable privileges"
|
||||
context="G"
|
||||
type="boolean"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
|
@ -2,6 +2,7 @@
|
||||
context="G"
|
||||
type="string"
|
||||
constant="1"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<synonym>socket address</synonym>
|
||||
<description>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="acl check permissions"
|
||||
context="S"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>Please note this parameter is now deprecated in Samba 3.6.2 and will be removed
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="use spnego"
|
||||
context="G"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This deprecated variable controls whether samba will try
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="client use spnego principal"
|
||||
context="G"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This parameter determines whether or not
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="null passwords"
|
||||
context="G"
|
||||
type="boolean"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>Allow or disallow client access to accounts that have null passwords. </para>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="only user"
|
||||
type="boolean"
|
||||
context="S"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>To restrict a service to a particular set of users you
|
||||
|
@ -1,6 +1,7 @@
|
||||
<samba:parameter name="username"
|
||||
context="S"
|
||||
type="string"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<synonym>user</synonym>
|
||||
<synonym>users</synonym>
|
||||
|
@ -3,6 +3,7 @@
|
||||
type="string"
|
||||
generated_function="0"
|
||||
handler="handle_idmap_backend"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
|
@ -3,6 +3,7 @@
|
||||
type="string"
|
||||
generated_function="0"
|
||||
handler="handle_idmap_gid"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<synonym>winbind gid</synonym>
|
||||
<description>
|
||||
|
@ -3,6 +3,7 @@
|
||||
context="G"
|
||||
generated_function="0"
|
||||
handler="handle_idmap_uid"
|
||||
deprecated="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<synonym>winbind uid</synonym>
|
||||
<description>
|
||||
|
Loading…
x
Reference in New Issue
Block a user