I am currently trying to authenticate a plone instance against Univention Corporate Server (Samba 4). The plugin pas.plugins.ldap is in buildout and added to the site. If I try to set the UCS Master as LDAP-Server I get:
ERROR: Server Down
Plone is started with bin/instance fg and is set to debug output. In that output is the following:
DEBUG pas.plugins.ldap authenticateCredentials: retry wait 77.72301 of 300s -> {'info': '00002020: Operation unavailable without authentication', 'desc': 'Operations error'}
If I use a bogus user I get:
ERROR: LDAP users; {'info': 'Simple Bind Failed: NT_STATUS_LOGON_FAILURE', 'desc': 'Invalid credentials'}
So apparently the Server is answering and the user is correct. What did I do wrong here?