Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11.6, 1.12
-
None
-
None
Description
Current Situation
When the shiro.ini does not contain a [users] section and LDAP Authorization is used, a NPE is thrown
Desired Behavior
It should not be necessary to configure a [users] section when LDAP authorization and authentication is used.
Wordkaround
Add a dummy [users] section like this
[users] x=x
A patch is available here
Please follow the instruction to install the patch