mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -148,7 +148,7 @@ add: userPassword
|
||||
creds2.set_realm(creds.get_realm())
|
||||
creds2.set_workstation(creds.get_workstation())
|
||||
creds2.set_gensec_features(creds2.get_gensec_features()
|
||||
| gensec.FEATURE_SEAL)
|
||||
| gensec.FEATURE_SEAL)
|
||||
self.ldb2 = SamDB(url=host, credentials=creds2, lp=lp)
|
||||
|
||||
def test_unicodePwd_hash_set(self):
|
||||
|
Reference in New Issue
Block a user