Skip to content

Releases: jelix/ldapdao-module

v2.0.6

28 Jan 15:10
Compare
Choose a tag to compare
  • Security issue: empty password may be accepted by LDAP servers, as they implement the Unauthenticated Authentication Mecanism, allowing empty password. We don't want such feature, so empty password are now refused.
  • Fix user group search: escape parenthesis in values inserted into the searchGroupFilter name.
  • Fix user group search: add the user in default groups of the application, in addition to groups corresponding to ldap groups. New configuration parameter searchGroupKeepUserInDefaultGroups to disable this feature.

v2.0.5

20 Nov 22:41
Compare
Choose a tag to compare
  • fix error during the installation
  • fix some unit tests (2.0.4)
  • Fix: allow the admin user to change his password (2.0.3)
  • Fix: in some case, the user was recognized only at the first login (2.0.3)
  • Fix support of jCommunity (2.0.2)

v2.0.1

29 Jan 13:42
Compare
Choose a tag to compare
  • Fix: attributes search were made anonymously, which is not allowed in some LDAP server
  • Fix support of attributes declaration having no mapping like foo:
  • Improved the configuration manual
  • Fix some unit tests

v2.0.0

29 Jan 13:43
Compare
Choose a tag to compare

The login process has changed, to take care of various ldap structure and
server configuration.

  • support of multiple search filters for users
  • support of multiple dn templates to connect users
  • move ldap connection parameters (hostname, port, admin login/password) to profiles.ini.php
  • Jelix admin login is configurable
  • synchronize all ldap groups into jAcl2 rights, if configured