well, I didn't impliment LDAP roles, but you are welcome to see what I have. I will send it direct to you. For roles I just used the JDBC module as we are not fully using LDAP for role management for small apps inside the corp.
DK On 12/5/05, Gerry Matte <[EMAIL PROTECTED]> wrote: > Hi Douglas. > We are assessing the practicality of implementing an LDAP interface using > JAAS with JRun. It was a rude surprise to us that the JRun4 LDAP > implementation did not support authorisation (ie roles) using LDAP. > > Our previous Tomcat webapp container was perfectly capable of using our LDAP > server and it worked flawlessly when we configured Tomcat to use our Novell > LDAP server. > > I thought that Macromedia had agreed to make the source code available for > thier LDAP JAAS components. If so, I can't find it anywhere on their > website. If you have it, I'd really appreciate either obtaining it from you > or instructions on how I can gain access directly through Macromedia (I am > registered at their website). > > Alternatively, would you be willing to share your JAAS plugin code ? > > Thanks in advance. > Gerry Matte, IT Manager > Municipality of Saanich,Victoria,BC,Canada > [EMAIL PROTECTED] > > > >ok, after some digging I figured this out. Kewl stuff. Issue I had was that > >my company did not standardise on using a login userid that exists in the DN > >in LDAP. Thus we have to make two passes to LDAP to auth, one pass to get > >the DN, second pass to auth with it. So I wrote a custome JAAS plugin for > >JRun to handle this. Pretty swell. > > ...now to figure out how to get a Flex app working with this > > DK > > > > On 7/6/05, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > > > > > > > > >-- > >Douglas Knudsen > >http://www.cubicleman.com > >this is my signature, like it? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5730 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.8 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
