Feature request: Hybrid LDAP+Properties Login Module
Reported by Alexei Bratuhin | November 15th, 2011 @ 08:19 AM
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 November 15th, 2011 @ 10:14 AM
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 December 13th, 2011 @ 06:36 AM
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 December 13th, 2011 @ 08:47 AM
- 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...