Does anyone have any suggestions for me on what I might be missing getting xwiki
integrated with my open-ldap?
I've added the following to xwiki.cfg, then no users (including Admin) have the
ability to log in. I've tried both existing xwiki users and non-existing xwiki users,
and neither work:
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=ldaphost
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=ou=People,dc=mydomain,dc=com
xwiki.authentication.ldap.UID_attr=uid
My LDAP administrator didn't think I needed any settings for the following
configuration options, so these are currently commented out:
#xwiki.authentication.ldap.check_level
#xwiki.authentication.ldap.bind_DN
#xwiki.authentication.ldap.bind_pass
#xwiki.authentication.ldap.fields_mapping
Any assistance is appreciated.