summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2009-06-01 19:01:56 +0200
committerRob Crittenden <rcritten@redhat.com>2009-06-02 16:20:41 -0400
commit66d291001a55669a546f427b2a1d63c7d3099b48 (patch)
treedc9618b8dfdc1b1569508a9bb87ba967206931e9 /ipalib
parenta1548bc6707a0c8dd0652598a3f8ddd453345b7a (diff)
downloadfreeipa-66d291001a55669a546f427b2a1d63c7d3099b48.tar.gz
freeipa-66d291001a55669a546f427b2a1d63c7d3099b48.tar.xz
freeipa-66d291001a55669a546f427b2a1d63c7d3099b48.zip
Remove unused reference to old LDAP backend in join plugin.
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/join.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/plugins/join.py b/ipalib/plugins/join.py
index 28179a84..b6aac666 100644
--- a/ipalib/plugins/join.py
+++ b/ipalib/plugins/join.py
@@ -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)