summaryrefslogtreecommitdiffstats
path: root/doc/examples/python-api.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/python-api.py')
-rwxr-xr-xdoc/examples/python-api.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/python-api.py b/doc/examples/python-api.py
index 805925f26..215bb9153 100755
--- a/doc/examples/python-api.py
+++ b/doc/examples/python-api.py
@@ -37,9 +37,7 @@ api.finalize()
# Backend.ldap.connect(), otherwise Backend.rpcclient.connect().
if api.env.in_server:
- api.Backend.ldap2.connect(
- ccache=api.Backend.krb.default_ccname()
- )
+ api.Backend.ldap2.connect()
else:
api.Backend.rpcclient.connect()