Skip to content
Snippets Groups Projects
Commit 0df360b3 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Release version 2.3.1

parent 3c70ffa8
Branches
Tags v2.3.1
No related merge requests found
# Changelog # Changelog
## 2.3.1
Bug fixes:
* Case-insensitive user IDs are now correctly handled for LDAP authentication.
* LDAP authentication does no longer request unnecessary user attributes.
## 2.3 ## 2.3
Major features: Major features:
* Improved LDAP authentication support: Additional settings for LDAP search and * Improved LDAP authentication support: Additional settings for LDAP search and
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.thm.arsnova</groupId> <groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-backend</artifactId> <artifactId>arsnova-backend</artifactId>
<version>2.3.1-SNAPSHOT</version> <version>2.3.1</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment