[SCM] Samba Shared Repository - branch master updated

Garming Sam garming at samba.org
Wed Apr 5 02:47:02 UTC 2017


The branch, master has been updated
       via  9566eb2 TestBase: restore setting FEATURE_SEAL in insta_creds
      from  d1b88c6 wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBED

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


- Log -----------------------------------------------------------------
commit 9566eb25be2dd75e511f26fa0fbb62dcd6e31d5e
Author: Gary Lockyer <gary at catalyst.net.nz>
Date:   Fri Mar 31 07:03:30 2017 +1300

    TestBase: restore setting FEATURE_SEAL in insta_creds
    
    The setting of FEATURE_SEAL by default in insta_creds got removed when
    the code was moved from password_lockout.py.
    
    Signed-off-by: Gary Lockyer <gary at catalyst.net.nz>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Garming Sam <garming at catalyst.net.nz>
    
    Autobuild-User(master): Garming Sam <garming at samba.org>
    Autobuild-Date(master): Wed Apr  5 04:46:29 CEST 2017 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py
index fb6f0b4..3fa7e98 100644
--- a/python/samba/tests/__init__.py
+++ b/python/samba/tests/__init__.py
@@ -106,7 +106,8 @@ class TestCase(unittest.TestCase):
         c.set_domain(template.get_domain())
         c.set_realm(template.get_realm())
         c.set_workstation(template.get_workstation())
-        c.set_gensec_features(c.get_gensec_features())
+        c.set_gensec_features(c.get_gensec_features()
+                              | gensec.FEATURE_SEAL)
         c.set_kerberos_state(kerberos_state)
         return c
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list