Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Bandit Utility: Configuration File Change

All,

All CPs which use the bandit utility style configuration file will now require a change to your configuration files.  Previously, in your CP configuration file you might have seen something like this:

	connectorType="org.bandit.ia.connectors.LDAPConnectorInitialCtxFactory"

or

	connectorType="org:bandit:higgins:cp:idas:openid"

in the "realm" connectorType attributes.  These "connectorType"s have been changed to match the name of the desired CP.  So, these examples become:

	connectorType="org.eclipse.higgins.idas.cp.jndi"

and

	connectorType="org.eclipse.higgins.idas.cp.openid"

The LDAPConnector type has also been renamed to JNDIConnector and now has one additional configuration parameter that can be passed, the jndiProvider name.  When not specified, it defaults to "com.sun.jndi.ldap.LdapCtxFactory".  This will all be documented in the JNDI CP documentation page off the Components page.

Tom




Back to the top