mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s4:provision Fix existing ldapi:// backend detection exception
Found by Oliver Liebel <oliver@itc.li> Andrew Bartlett
This commit is contained in:
@ -1314,7 +1314,7 @@ class ProvisionBackend(object):
|
||||
except:
|
||||
pass
|
||||
|
||||
raise("Warning: Another slapd Instance seems already running on this host, listening to " + ldapi_uri + ". Please shut it down before you continue. ")
|
||||
raise("Warning: Another slapd Instance seems already running on this host, listening to " + self.ldapi_uri + ". Please shut it down before you continue. ")
|
||||
|
||||
except LdbError, e:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user