summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/ipaldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/ipaldap.py b/ipapython/ipaldap.py
index 75ff2177b..ef7c41a37 100644
--- a/ipapython/ipaldap.py
+++ b/ipapython/ipaldap.py
@@ -1089,7 +1089,7 @@ class LDAPClient(object):
"""
with self.error_handler():
self._flush_schema()
- self.conn.unbind_s()
+ self._conn.unbind_s()
def make_dn_from_attr(self, attr, value, parent_dn=None):
"""