Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Multiple Authentication Modules LDAP and realm.properties security role name #761

Closed
nkxx opened this issue May 8, 2014 · 0 comments
Labels
status: out of date Issue is too old, or references an old version

Comments

@nkxx
Copy link

nkxx commented May 8, 2014

Issue with Multiple Authentication Modules LDAP and realm.properties security role name .

If the role defined in /var/lib/rundeck/exp/webapp/WEB-INF/web.xml (RPM install) has spaces in the name, org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule can read this role name with spaces such as Domain Users, however com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule interprets this same value from the same file as multiple role names as Domain and Users. The interim solution is to use a role name that does not have spaces in it.

Versions in use:
rundeck-repo-3-0.noarch
rundeck-2.1.0-1.16.GA.noarch
rundeck-config-2.1.0-1.16.GA.noarch

P.S com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule is able to handle role names with spaces in the ACL policy files as long as they as encased in single quotes.

@nkxx nkxx closed this as completed May 9, 2014
@nkxx nkxx reopened this May 9, 2014
@gschueler gschueler added the status: out of date Issue is too old, or references an old version label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: out of date Issue is too old, or references an old version
Projects
None yet
Development

No branches or pull requests

2 participants