Could swear I tried this, but trying it again worked:
<util:map id="authenticationHandlersResolvers">
<entry key-ref="proxyAuthenticationHandler" value-ref="proxyPrincipalResolver" />
<entry key-ref="ldapAuthenticationHandler" value="#{ null }" />
<entry key-ref="jaasAuthenticationHandler" value-ref="primaryPrincipalResolver" />
</util:map>
Username: FrEd
serviceValidate:
<cas:serviceResponse xmlns:cas="
http://www.yale.edu/tp/cas">
<cas:authenticationSuccess>
<cas:user>fred</cas:user>
</cas:authenticationSuccess>
</cas:serviceResponse>