From: Andrew Bartlett Date: Mon, 8 Apr 2019 02:54:04 +0000 (+1200) Subject: selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notification X-Git-Tag: ldb-2.0.5~757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98226287491d04945b36413425cc59b0fbd8355d;p=thirdparty%2Fsamba.git selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notification This made it much harder to watch under wireshark and is not required (no password setting). Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source4/dsdb/tests/python/notification.py b/source4/dsdb/tests/python/notification.py index 15107739086..9e5f7dc9d5d 100755 --- a/source4/dsdb/tests/python/notification.py +++ b/source4/dsdb/tests/python/notification.py @@ -61,7 +61,6 @@ url = args[0] lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) -creds.set_gensec_features(creds.get_gensec_features() | gensec.FEATURE_SEAL) class LDAPNotificationTest(samba.tests.TestCase):