You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update JettyCachingLdapLoginModule.java : manage Referral Control
JNDI sets Manage Referral Control to ignore per default. This value prevents dynamic group usage with rundeck. Adding an option to change Manage Referral control default value allow dynamic groups usage.
- ignore : ignore referrals (default value as actually)
- follow : automatically follow any referrals for dynamic groups
- https://docs.oracle.com/javase/tutorial/jndi/newstuff/mdsaIT.html
- pwm-project/pwm#610
0 commit comments