fix stupid typo,

thanks Nalin for spotting this.
This commit is contained in:
Simo Sorce
2008-05-10 11:23:57 -04:00
parent 0b2756bed7
commit a86b1eaeed

View File

@@ -235,7 +235,7 @@ def main():
{'name':'empty', 'type':'empty'}]
if not dnsok or options.force or options.on_master:
if options.on_master:
opts.append({'name':'uri', 'type':'option', 'value':'ldap://loclahost'})
opts.append({'name':'uri', 'type':'option', 'value':'ldap://localhost'})
else:
opts.append({'name':'uri', 'type':'option', 'value':'ldap://'+cli_server})
else: