On Thu, Jun 13, 2013 at 02:48:00PM -0700, Jonathan wrote:
> Hi
> I was wondering if I can use LDAP with CAS non-secure mode, no-SSL on port
> 389.
> I know the password goes over the wire clear text, but I want to know if CAS
> supports it and how do we configure it for LDAP no-ssl

I have it in that way, as my setup has both CAS and LDAP in a private network.
No big deal, just include in
 <bean id="contextSource"
        class="org.springframework.ldap.core.support.LdapContextSource">

the property like this:
    <property name="url" value="ldap://your.ldap.server"; />

AFAIK, no special configuration is needed. 

-- 
-----------------------
Alberto Cabello Sánchez
[email protected]

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