selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notification
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Apr 2019 02:54:04 +0000 (14:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 May 2019 04:01:11 +0000 (04:01 +0000)
This made it much harder to watch under wireshark and is not required (no password setting).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/dsdb/tests/python/notification.py

index 15107739086ed9a4b66d414ba3f2c1cac322c396..9e5f7dc9d5dbc3a3af7a79c273477cb0754b49c8 100755 (executable)
@@ -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):