On Tue, Oct 28, 2014 at 10:31 AM, Whittaker, Geoffrey <
[email protected]> wrote:

> I’m building up a CAS 4 server and I noticed that in the LDAP configs,
> there’s a property called TrustedCertificate.  I don’t see a reference to
> that in the cas.properties section of the documentation and I’m wondering
> what I put for the property reference?
>
>
>
> In CAS 3.5.x I had to point to make sure the server’s cert was in the
> keystore, but I’m not sure what to do with this property.
>
>
>
> <bean id="sslConfig" class="org.ldaptive.ssl.SslConfig">
>
>     <property name="credentialConfig">
>
>         <bean class="org.ldaptive.ssl.X509CredentialConfig"
>
>               p:trustCertificates="${ldap.trustedCert}" />    ßThis is
> what I’m asking about.
>
>     </property>
>
> </bean>
>

If you prefer using a keystore, you can use
org.ldaptive.ssl.KeyStoreCredentialConfig instead.

--Daniel Fisher

-- 
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