Feature request: Hybrid LDAP+Properties Login Module
Reported by Alexei Bratuhin | 2011-11-15 08:19:56 UTC
Authentication via LDAP
Authorization via local properties file
See commits:
https://github.com/coiouhkc/rundeck/commit/4de69ff0ada8499eeb71e067...
https://github.com/coiouhkc/rundeck/commit/3a7d3f5cc44db9ef85e2cdb6...
https://github.com/coiouhkc/rundeck/commit/a8f999efc66d2131800fd53e...
for an example implementation.
Comments and changes to this ticket
-

Greg Schueler 2011-11-15 10:14:05 UTC
Hi alexei,
I haven't looked through your example, but it's possible to combine two JAAS login modules into one JAAS configuration: simply separate them by ";" and I think use the "sufficient" keyword. There has been an example posted to the list like this...
loginconfig{ PropertyFileLoginModule .... sufficient; JettyCachingLoginModule .... required; } -

Vincent Behar 2011-12-13 06:36:59 UTC
Hi,
yes I can confirm that JAAS already supports multi-modules : see http://docs.oracle.com/javase/6/docs/api/javax/security/auth/login/...
Or https://gist.github.com/1139862 for a rundeck-specific example -

Greg Schueler 2011-12-13 08:47:04 UTC
- State changed from new to invalid
Thank you, Vincent! Marking this as "invalid"...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
-
475
LDAP login with empty password
Affected: Rundeck 1.3+ with implemented
http://rundeck.li...