LDAP
Last modified by Thomas Mortagne on 2019/12/06 11:29
Description
Various tools to manipulate LDAP servers in XWiki.
License: GNU Lesser General Public License 2.1
Sources: https://github.com/xwiki-contrib/ldap/
Issues: https://jira.xwiki.org/browse/LDAP
The modules
Release Notes
This is the release note of the whole LDAP project. All release notes
9.4.1
LDAP-83Failed to load LDAPGroupsCache component when upgrading/uninstalled a extension at root level
9.4
LDAP-77Cache carried over from prior to upgrade
9.3.7
LDAP-73Group cache initialization should take into account the configuration passed to the XWikiLDAPUtils instanceLDAP-72Update the group cache expiration value without restarting the wiki
9.3.6
LDAP-71XWiki.AdminLdapSheet should be hidden
9.3.5
LDAP-69The authenticator does not close the connection right away when it's not needed anymore
9.3.4
LDAP-68LDAP Authenticator NullPointerException
9.3.3
LDAP-65Make sure the same REMOTE_USER is only authenticated once at a time
9.3.2
LDAP-62Possible infinite loop while gathering group members
9.3.1
LDAP-61LDAP/SSO/PTA - Some users having multiple profiles created on initial signin
9.3
LDAP-59Active Directory groups with more than 1500 members don't properly synchronize with XWiki Groups
9.2.7
LDAP-60Photo sync not working in SSO mode
9.2.6
LDAP-57xwiki.authentication.ldap.remoteUserMapping.* property are not properly loaded
9.2.5
LDAP-52"Data too long for column 'XWS_VALUE' at row 1" error during LDAP authorization
9.2.4
LDAP-51In SSO mode, when switching from main wiki to subwiki the context user may be wrong
9.2.3
LDAP-48Creates additional users when adding whitespaces to username
9.2.1
LDAP-46StackOverflowError on empty uniqueMember attribute
9.2
LDAP-42Allow the default configuration to be overwritten by other ldap based authenticators
8.3.x
Convert to contrib extension.
New class for the authenticator:
xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
And in general all classes are similar but have been moved to the new org.xwiki.contrib.ldap package. Old classes still exist in the Legacy Authenticator.