Hmm, I must've blinked when I read over this part. I'll give it a whirl. Thanks
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Friday, September 21, 2007 12:03 PM To: [email protected] Subject: Re: Sample java LDAP plugin >From the config guide: AREA-LDAP-Bind-User: The distinguished name (DN) of the user account that the AREA LDAP plug-in uses to find the user object using the User Search filter. If the DN is not specified, the AREA LDAP plug-in uses an anonymous login to find the user object. If the target directory service does not allow anonymous access, you must specify a Distinguished Name and Password; otherwise, the plug-in cannot determine the distinguished name of the user. An example of this option is: AREA-LDAP-Bind-User: ldapesslab\admin Looks to me that if you leave this null, you may be able to meet your security requirements. The sample area plug-in code looks to do what you want. Axton Grams On 9/21/07, Davies, J.T. <[EMAIL PROTECTED]> wrote: > Possibility. However, I think the lack of native Java support will > provide an argument to upgrade to 7.1(.1) sooner rather than later. > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black > Sent: Friday, September 21, 2007 11:08 AM > To: [email protected] > Subject: Re: Sample java LDAP plugin > > J.T. > > However.... :) And I am sure this would not be supported by BMC... > > I have wondered if you could use the v7.1 Plugin server with a v7.0.1 > or > v6.3 ARS server. > > If the communications between the ARS server and the plugin server did > not change... then I would think this might be a possibility. Again.. > you would be well outside the "supported" box but it might work. > > In theory the Plugin Server could be running on a remote server too... > but that is a different story too. > > -- > Carey Matthew Black > Remedy Skilled Professional (RSP) > ARS = Action Request System(Remedy) > > Love, then teach > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > > > > On 9/21/07, Davies, J.T. <[EMAIL PROTECTED]> wrote: > > Hi Carey, > > > > Well crap! We're on 7.0.1 > > > > J.T. > > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black > > Sent: Friday, September 21, 2007 9:14 AM > > To: [email protected] > > Subject: Re: Sample java LDAP plugin > > > > J.T. > > > > Are you talking about v7.1? Because prior to v7.1 I do not think you > > can implement an AREA plugin in Java. I think it has to be C. > > > > -- > > Carey Matthew Black > > Remedy Skilled Professional (RSP) > > ARS = Action Request System(Remedy) > > > > Love, then teach > > Solution = People + Process + Tools > > Fast, Accurate, Cheap.... Pick two. > > > > > > On 9/21/07, Davies, J.T. <[EMAIL PROTECTED]> wrote: > > > ** > > > > > > Good Friday morning...finally. > > > > > > I'm new to the Java development world, and yet I've been tasked > > > with > > > > something fairly intermediate/advanced. > > > > > > Here's my situation: I need to have Remedy communicate to a LDAP > > > for authentication (via AREA). I can't use the stuff provided by > > > BMC/Remedy because it binds to the LDAP...and due to restrictive > > > security policies...it's not going to be done unless absolutely > > necessary. > > > > > > So, here's my plan. (I'm mirroring this off of another > > > application we > > > > > have [non-Remedy] that uses this LDAP for authentication). > > > > > > AREA plug-in. Remedy passes authentication information to this > > plug-in. > > > The plug-in takes this information and attempts to authenticate to > > > the > > > > > target LDAP. If successful, passes message back to Remedy that > > > they're OK to log in, otherwise not. > > > > > > It sort-of reminds me of a brute-force type of login for > > > hacking...but > > > > > it's not. > > > > > > Does anyone have any sample code of a Java plug-in?? (Maybe not > > > necessarily for AREA authentication...but just some small app that > > > demonstrates the classes and methods that the plug-in server use > > > [and more specifically, the structure and syntax]). > > > > > > I've got the Integrating manual, and it's got a lot of samples, > > > but they're mostly in C... The samples they do provide for Java > > > aren't used with AREA or the plug-in server. > > > > > > > > > Thanks! > > > J.T. Davies > > > New Edge Networks, Inc. > > > An EarthLink Company __20060125_______________________This > > > posting was submitted with HTML in it___ > > > > ____________________________________________________________________ > > __ > > __ > > _______ > > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > > ARSlist:"Where the Answers Are" > > > > ____________________________________________________________________ > > __ _________ UNSUBSCRIBE or access ARSlist Archives at > > www.arslist.org ARSlist:"Where the Answers Are" > > > > ______________________________________________________________________ > __ > _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > ARSlist:"Where the Answers Are" > > ______________________________________________________________________ > _________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > ARSlist:"Where the Answers Are" > ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

