[PATCH] deprecate two parameters

Jeremy Allison jra at samba.org
Thu Mar 16 16:20:06 UTC 2017


On Thu, Mar 16, 2017 at 03:45:19PM +0100, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

LGTM. Pushed !

> From 389b42b5c20f11e3d62b5e32d79890ca7f74ed43 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Thu, 16 Mar 2017 09:31:10 +0100
> Subject: [PATCH 1/2] docs: Deprecate "map untrusted to domain"
> 
> The implementation of this parameter depends on Samba to enumerate
> trusted domains. In an active directory environment, we don't know of
> a good way to enumerate all domains that we have to accept as trusted,
> in particular with multiple forests, one-way and external trusts. We
> hope to replace this parameter in the future with something that matches
> Windows behaviour better, after the deprecation phase of this parameter
> is over and we can remove it.
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  docs-xml/smbdotconf/security/mapuntrustedtodomain.xml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docs-xml/smbdotconf/security/mapuntrustedtodomain.xml b/docs-xml/smbdotconf/security/mapuntrustedtodomain.xml
> index 126411a..496e7c2 100644
> --- a/docs-xml/smbdotconf/security/mapuntrustedtodomain.xml
> +++ b/docs-xml/smbdotconf/security/mapuntrustedtodomain.xml
> @@ -1,6 +1,7 @@
>  <samba:parameter name="map untrusted to domain"
>                   context="G"
>                   type="boolean"
> +                 deprecated="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
>      <para>
> -- 
> 2.1.4
> 
> 
> From 7f92a4da737165ed1edfa064b8ad878148c69960 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Thu, 16 Mar 2017 11:58:02 +0100
> Subject: [PATCH 2/2] docs: Deprecate "auth methods"
> 
> Keeping this parameter prevents fixing bug 2976
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  docs-xml/smbdotconf/security/authmethods.xml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docs-xml/smbdotconf/security/authmethods.xml b/docs-xml/smbdotconf/security/authmethods.xml
> index 386104d..17323aa 100644
> --- a/docs-xml/smbdotconf/security/authmethods.xml
> +++ b/docs-xml/smbdotconf/security/authmethods.xml
> @@ -1,6 +1,7 @@
>  <samba:parameter name="auth methods"
>                   context="G"
>                   type="cmdlist"
> +                 deprecated="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
>  
> -- 
> 2.1.4
> 




More information about the samba-technical mailing list