mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
PEP8: fix E231: missing whitespace after ','
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:
@ -665,7 +665,7 @@ Please fix this account before attempting to upgrade again
|
||||
creds.guess(samba3.lp)
|
||||
creds.set_bind_dn(ldapuser)
|
||||
creds.set_password(ldappass)
|
||||
urls = samba3.lp.get("passdb backend").split(":",1)[1].strip('"')
|
||||
urls = samba3.lp.get("passdb backend").split(":", 1)[1].strip('"')
|
||||
for url in urls.split():
|
||||
try:
|
||||
ldb_object = Ldb(url, credentials=creds)
|
||||
|
Reference in New Issue
Block a user