docs:smbdotconf: add deprecated flags where missing.
authorMichael Adam <obnox@samba.org>
Thu, 23 Jul 2015 14:24:34 +0000 (16:24 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:31 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
13 files changed:
docs-xml/smbdotconf/logging/syslog.xml
docs-xml/smbdotconf/logging/syslogonly.xml
docs-xml/smbdotconf/logon/enableprivileges.xml
docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml
docs-xml/smbdotconf/protocol/aclcheckpermissions.xml
docs-xml/smbdotconf/protocol/usespnego.xml
docs-xml/smbdotconf/security/clientusepsnegoprincipal.xml
docs-xml/smbdotconf/security/nullpasswords.xml
docs-xml/smbdotconf/security/onlyuser.xml
docs-xml/smbdotconf/security/username.xml
docs-xml/smbdotconf/winbind/idmapbackend.xml
docs-xml/smbdotconf/winbind/idmapgid.xml
docs-xml/smbdotconf/winbind/idmapuid.xml

index 03dc02ed47f144efa0a40ae18750b9ebda37dcc3..78e694eaf0f40eec701781290c05f5eb323d9690 100644 (file)
@@ -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>
index 7c65daa2f3b66c5daba2e7dfdd8fef557bd12c4f..b9aea2d217adadee1dadfa29e5b7d4defddd1813 100644 (file)
@@ -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>
index be9b5f734dad91911b4e88e30f5c13f3e043b0f4..9e284578d119bfa5464b60fd880de744088410b3 100644 (file)
@@ -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>
index 1049d9b52983c27fbfcd4ebfdf6a5099f300cecb..0833c63d6829c4349ad0a989eeb65bf3e82b4216 100644 (file)
@@ -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>
index 667455ad44176c1a04e2bb0ba4d0d75f637b9fda..bfffcc0c3e00ee868706f41b3a06b3707237444f 100644 (file)
@@ -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
index aee75f34d02adcb15a85c30ae9b3a2e29d5b1c0d..0c9ffbfc6b72d6691a1fab207dfb5afd2f892bf3 100644 (file)
@@ -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 
index c067f35b08110dcd0f7c127a4c4c5bfcef41856b..8e9edd2730d033f7bd708243ca1bddced51b1d0b 100644 (file)
@@ -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
index 36f66c20b59d863e24418fb9f141145698c50f37..49533f6e6cb9e996527a4e1505532ceab49c547a 100644 (file)
@@ -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>
index c18608eea55e4075c0be9ab2208ec0b770bca34e..3b62ba63e23d9d2222f4463ec1d7334a56e87a25 100644 (file)
@@ -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
index ec064bd0aa77efaf600e1cb5584e049c5b0710ea..a04a997d26dd5aa8644cb092f977429f44d95b2d 100644 (file)
@@ -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>
index 410be8e2efeff56a000e0c1f858006c535b49e99..864a97582f0b79d9ae0633764cee3f916943532d 100644 (file)
@@ -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>
index 62dcd58609b2edbd54dfe242585adeadafe3d487..1b576b2eaa114eb90ac6a5ef7d2d5e20c77821d3 100644 (file)
@@ -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>
index 1e7bc352315442bcba68989053e69a609563b2df..f666f61e30a87078d46272074cbbd433b2d40f0b 100644 (file)
@@ -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>