Commit 2c125c5a authored by Nicolas Delaby's avatar Nicolas Delaby

openc param is not mandatory

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19360 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb4c2230
...@@ -499,7 +499,7 @@ def splitHostPort(hostport): ...@@ -499,7 +499,7 @@ def splitHostPort(hostport):
def manage_addZLDAPConnection(self, id, title, hostport, def manage_addZLDAPConnection(self, id, title, hostport,
basedn, bind_as, pw, openc, basedn, bind_as, pw, openc=None,
REQUEST=None): REQUEST=None):
"""create an LDAP connection and install it""" """create an LDAP connection and install it"""
host, port = splitHostPort(hostport) host, port = splitHostPort(hostport)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment