Guys, Thanks a lot.

Please see my serviceRegistryDao bean in deployerConfigContext.xml.
------------------
<bean id="serviceRegistryDao" 
class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl">
<property name="registeredServices">
<list>
<bean class="org.jasig.cas.services.RegisteredServiceImpl" p:id="1" 
p:description="Services Management" 
p:serviceId="https://192.168.1.115:8443/cas/services/**"; p:name="Services 
Management" p:theme="default" p:allowedToProxy="true" p:enabled="true" 
p:ssoEnabled="true" p:anonymousAccess="false">
<property name="allowedAttributes" 
value="uid,eduPersonPrincipalName,eduPersonAffiliation,comoupMembership,mail,cn,sn,telephone,Name,Fax"/>
</bean>
<bean class="org.jasig.cas.services.RegisteredServiceImpl" p:id="2" 
p:description="NMC" p:serviceId="http://**"; p:name="NMC" p:enabled="true" 
p:ssoEnabled="true" p:anonymousAccess="false">
<property name="allowedAttributes" 
value="uid,eduPersonPrincipalName,eduPersonAffiliation,comoupMembership"/>
</bean>
</list>
</property>
</bean>
------------------

Please let us know any configuration change can be done to avoid this issue.

We tried as in http://bowerstudios.com/node/645 with <bean 
id="serviceRegistryDao" class="org.jasig.cas.services.JpaServiceRegistryDaoImpl"
     p:entityManagerFactory-ref="entityManagerFactory" /> but we are getting a 
lot of errors. Unable to fix it.

So please let us know with the current serviceRegistryDao  any configuration 
change can be done to avoid this issue while restarting. Or any other method is 
there. Please have a help.

Regarding the drupal we are able to map CAS SAML assertions as roles. 


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