I was leaning toward that answer as well... Next question: does anyone have an example of their own custom login module that they've deployed as an MBean. Particularly I'm wanting to see how the dependencies work and if I need to implement any JBoss-specific interfaces, if that login can apply globally, etc. The documentation touches on this, but I'd like to see a real-world example, if possible.
Thanks! Jon Brisbin --- Scott M Stark <[EMAIL PROTECTED]> wrote: > It should be in your own package namespace as part of your > mbean. > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > ----- Original Message ----- > From: "Jon Brisbin" <[EMAIL PROTECTED]> > To: "JBoss-user" <[EMAIL PROTECTED]> > Sent: Friday, August 30, 2002 8:37 AM > Subject: [JBoss-user] Custom LDAP auth module? > > > > I'd like to write and deploy a custom LDAP login module that works > > differently than the one provided in JBoss. Should I include it > with > > the other LDAP stuff in JBoss source, then compile everything > fresh, or > > should I deploy it as my own MBean through the normal deployment > > process? The main advantage of the later would be the ease of > swapping > > in and out the module itself and the MBean-based configuration. > > > > I guess my question is: is there a difference between putting my > module > > in the server libs and editing login-config.xml or deploying this > auth > > module into the deploy directory? > > > > Any help would be appreciated. > > > > ===== > > Thanks! > > > > Jon Brisbin > > > > [EMAIL PROTECTED] > > 417.682.6157 (h/w) > > 417.825.3995 (c) > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ===== Thanks! Jon Brisbin [EMAIL PROTECTED] 417.682.6157 (h/w) 417.825.3995 (c) __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
