I've modified LdapLoginModule to use a different ctx.search() method because
of how user roles are defined in my directory--based on group membership
instead of role attributes on each user. I tried to keep my modifications so
the auth.conf is compatible with either search method. I need advice on what
to do with my changes. I don't want to have to update this one class in
jboss-jaas.jar with every new release; OK for quick testing but not for long
term. I could remove my changes and extend the original class but since
almost all the "important" work is done in the createLdapInitContext()
method overriding it seems like too much duplicated code.

Can I submit the source for review and potentially have my changes merged
into the source tree? Recommendations?

Steve Swing



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to