Using CAS 4.0 and authenticating against ActiveDirectory.

In my spring-configuration/deployerConfigContext.xml, I have the following bean:

<bean id="sslConfig" class="org.ldaptive.ssl.SslConfig">
    <property name="credentialConfig">
        <bean class="org.ldaptive.ssl.X509CredentialConfig"
            p:trustCertificates="mycert" />
    </property>
</bean>

What should the value of X509CredentialConfig's trustCertificates property be?  
"mycert" is the name of the key alias I get when I issue the following command 
on the app's keystore:

keytool -list -keystore mycas.jks

Am I using this correctly or does the value need to be something else? Thanks 
in advance!

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to