Hi, Using CAS associated with ntlm auth handler in our intranet, I'm encountering a problem. Investigating the source code of cas-server-support-spnego, I think I found a bug but before reporting it in Jira (and providing a patch) I came here to verify.
I specified principalWithDomainName to false for the bean org.jasig.cas.support.spnego.authentication.handler.support.JCIFSSpnegoAuthenticationHandler. I connect to CAS, and the principal keep the domain name. Why ? because the NTLM credentials looks like DOMAIN\u-username and the code which is used to filter the domain name is waiting a "word" (\w in regexp) and a "-" is not a word character. Instead I would use \S Am I right to considering this is a bug ? Thanks Olivier -- 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
