[SCM] Samba Shared Repository - branch master updated

Noel Power npower at samba.org
Tue Dec 6 10:39:01 UTC 2022


The branch, master has been updated
       via  f569f2c17f8 python/samba: use s3 param samba config parsing
      from  6ea1af287ee smbd: Simplify symlink_target_below_conn()

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f569f2c17f87f551bcaa6c2fa5d6204107982c3b
Author: Noel Power <noel.power at suse.com>
Date:   Fri Nov 25 13:04:17 2022 +0000

    python/samba: use s3 param samba config parsing
    
    follup to commit: b4d7540bb4798e6801accf34a26fc0f2636bdd1f
    fix another instance to use s3 config parsing which is more
    forgiving (e.g. include directives that point to non existing
    files are ignored)
    
    Signed-off-by: Noel Power <npower at samba.org>
    Reviewed-by: David Mulder <dmulder at samba.org>
    
    Autobuild-User(master): Noel Power <npower at samba.org>
    Autobuild-Date(master): Tue Dec  6 10:38:56 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 python/samba/gp/gpclass.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/python/samba/gp/gpclass.py b/python/samba/gp/gpclass.py
index 39a34a75cf0..b5eb4a3515d 100644
--- a/python/samba/gp/gpclass.py
+++ b/python/samba/gp/gpclass.py
@@ -547,7 +547,8 @@ def rsop(lp, creds, store, gp_extensions, username, target):
 
 
 def parse_gpext_conf(smb_conf):
-    lp = LoadParm()
+    from samba.samba3 import param as s3param
+    lp = s3param.get_context()
     if smb_conf is not None:
         lp.load(smb_conf)
     else:


-- 
Samba Shared Repository



More information about the samba-cvs mailing list