Skip to content

Commit

Permalink
Downgrade LDAP plugin to 1.1.0 (#156)
Browse files Browse the repository at this point in the history
- there's an issue with 1.2.1 in which the LDAP plugin attempts to login
as a different user to the one specified on the login screen (the user
LDAP attempts to login with is always the same, regardless of the user
logging in). Downgrading to 1.1.0 seems to resolve this issue
  • Loading branch information
p-j-smith authored Dec 18, 2024
1 parent b75c9de commit 4d2a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/xnat/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ xnat_ldap_keystore_alias: ""
# Plugins
xnat_plugin_urls:
- https://api.bitbucket.org/2.0/repositories/xnatdev/xsync/downloads/xsync-plugin-all-1.8.1.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/ldap-auth-plugin/downloads/ldap-auth-plugin-1.2.1.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/ldap-auth-plugin/downloads/ldap-auth-plugin-1.1.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatdev/container-service/downloads/container-service-3.6.2-fat.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/xnatx-batch-launch-plugin/downloads/batch-launch-0.7.0.jar
- https://github.com/VUIIS/dax/raw/main/misc/xnat-plugins/dax-plugin-genProcData-1.4.2.jar
Expand Down

0 comments on commit 4d2a025

Please sign in to comment.