Skip to content

Releases: jenkinsci/active-directory-plugin

v2.29

25 Jan 17:08
Compare
Choose a tag to compare

✍ Other changes

v2.28

30 Nov 10:25
Compare
Choose a tag to compare

👻 Maintenance

📦 Dependency updates

v2.27

18 Oct 04:29
Compare
Choose a tag to compare

🐛 Bug fixes

  • JENKINS-68947 - Active Directory plugin fails on Java 17 with IllegalAccessError: "module java.naming does not export com.sun.jndi.ldap to unnamed module" (#133) @basil

👻 Maintenance

v2.26

29 Aug 04:37
Compare
Choose a tag to compare

👻 Maintenance

✍ Other changes

v2.25

22 Sep 13:42
Compare
Choose a tag to compare

v2.24

04 May 14:03
4a27f34
Compare
Choose a tag to compare

📦 Dependency updates 🚨 Removed

📝 Documentation updates

v2.23

04 May 14:12
Compare
Choose a tag to compare
  • Categorization of the plugin under the Status section of the /manage page of the User Interface. (PR-107)

v2.22

04 May 14:11
Compare
Choose a tag to compare

v2.21

04 May 14:10
Compare
Choose a tag to compare

🔥

v2.20

04 May 14:09
Compare
Choose a tag to compare
  • Important security fixes
  • User passwords are no longer stored in memory as part of the authentication cache.
    Instead, BCrypt is used.
    The Java system property hudson.plugins.active_directory.CacheUtil.bcryptLogRounds can be used to configure the cost parameter; the default is 10 (for 1024 rounds).
    Additionally, the caching of successful authentications can be disabled by setting the system property hudson.plugins.active_directory.CacheUtil.noCacheAuth to true.
  • When a local fallback security realm is configured, the plugin would sometimes reset the password of the specified user to a fixed value.