I've tried some different ways to do it. I must be missing something.

It seems that when using AR System 7.1, RHEL5, Oracle 10gR2, the AREA will
only use either the regular arealsap.so plugin
or the custom AREA defined in the pluginsvr_config.xml file, but not both.

Here's what I want to do:

1) continue using AREA LDAP as we currently use it (it works fine)

2) add a java plugin when a user types a different word in the
AUTHENTICATION field.

3) if both fail, no login

I can get number 2 to work using a Java Plugin we built, but when it's
enabled, the number one check is skipped.

I'm loosing more hair on this one. I even tried the HUB stuff with no change
to the outcome.

-------| /opt/ar/remedy-app/conf |---------
% grep Plugin ar.conf
Plugin-Loopback-RPC-Socket: 390626
Server-Plugin-Alias: AMZNKERB.AREA AMZNKERB.AREA hostname:8888
Plugin-Log-Level: 100
Plugin: /opt/ar/remedy-app/bin/reportplugin.so
Plugin: /opt/ar/remedy-app/bin/ardbcldap.so
#Plugin: /opt/ar/remedy-app/bin/areahub.so
#AREA-Hub-Plugin: /opt/ar/remedy-app/bin/ssoldap.so
#AREA-Hub-Plugin: /opt/ar/remedy-app/bin/arealdap.so
Plugin: /opt/ar/remedy-app/bin/arealdap.so
Plugin: /opt/ar/remedy-app/bin/ardbcconf.so
Plugin: /opt/ar/remedy-app/bin/ServerAdmin.so
Plugin: /opt/ar/remedy-app/bin/FlashboardObject.so
Plugin: /opt/ar/remedy-app/bin/libwebservice.so
Plugin-Log-File: /opt/ar/remedy-app/db/arplugin-2.log
Plugin-Log-Level: 100

Here's the useful part of the pluginsvr_config.xml file that we added.

<pluginsvr_config>
        <port>8888</port>
        <regPortMapper>true</regPortMapper>
        <loadNativePluginHost>true</loadNativePluginHost>
        <encryptionPolicy>1</encryptionPolicy>
        <publicKeyAlg>4</publicKeyAlg>
        <publicKeyExpiry>10000</publicKeyExpiry>
        <dataEncryptionAlg>1</dataEncryptionAlg>
        <dataKeyExpiry>10000</dataKeyExpiry>
        <plugins>
                <plugin>
                    <name>AMZNKERB.AREA</name>
                    <type>AREA</type>
                    <code>JAVA</code>

<filename>/opt/ar/remedy-app/pluginsvr/SSOKerberos.jar</filename>
                    <classname>com.amazon.remedy.sso.SSOKerberos</classname>
                </plugin>

What Am I missing?

I'll post the answer to the bmcdn when it's figured out.
http://developer.bmc.com/jiveProd/thread.jspa?threadID=25194&tstart=0

-- 
-Geoff Endresen
Amazon.com

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to