summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index d484c22eb..22aa128b3 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -98,9 +98,9 @@ class Executioner(Backend):
def create_context(self, ccache=None, client_ip=None):
if self.env.in_server:
- self.Backend.ldap.connect(ccache=ccache)
+ self.Backend.ldap.connect(ccache)
else:
- self.Backend.xmlclient.connect(ccache=ccache)
+ self.Backend.xmlclient.connect()
def execute(self, name, *args, **options):
error = None