You need to restore the serviceRegistryDao bean:

        <!--
        Sample, in-memory data store for the ServiceRegistry. A real 
implementation
        would probably want to replace this with the JPA-backed ServiceRegistry 
DAO
        The name of this bean should remain "serviceRegistryDao".
         -->
        <bean
                id="serviceRegistryDao"
                class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" />

Also, AuthenticatedLdapContextSource is deprecated as of 3.3.2; see
note on https://wiki.jasig.org/display/CASUM/LDAP.

M

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