Remove unused reference to old LDAP backend in join plugin.

This commit is contained in:
Pavel Zuna 2009-06-01 19:01:56 +02:00 committed by Rob Crittenden
parent a1548bc670
commit 66d291001a

View File

@ -79,7 +79,6 @@ class join(Command):
:param kw: Keyword arguments for the other attributes.
"""
assert 'cn' not in kw
ldap = self.api.Backend.ldap
try:
host = api.Command['host_show'](hostname)