1
0
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:
Andrew Bartlett
2009-08-17 09:52:09 +10:00
parent 498faae1a3
commit df3ef12cf8

View File

@ -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