On 07/12/2013 02:15 PM, Scott Battaglia wrote: > I believe there's also a PrincipalTransformer: > https://github.com/Jasig/cas/blob/3.5.x/cas-server-core/src/main/java/org/jasig/cas/authentication/handler/PrincipalNameTransformer.java
Yes, saw that. Was hoping to keep the code base vanilla, but that may ultimately be the way to go. Looks like this could be set in e.g. deployerConfigContext.xml? Roughly: > <bean > class="org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler" > p:principalNameTransformer-ref="principalNameTransformer"/> > > <bean id="principalNameTransformer" > class="edu.ucdavis....NameTransformer.java" /> Tom. -- 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
