I'm new to CAS and working on implementing it on a CentOS machine. I was able to get it to work as it does "out of the box" where it authenticates against the default user and password. So now I'm wanting to get it to work with our Active Directory. It looks to me like I have to use maven to do that, so I have installed it but haven't been able to get a successful build. At the minimum it seems to me I should be able to get a successful build from the CAS download without changes, but even that doesn't build successfully. Wondering if someone can guide me in the right direction.
Thanks, Michael Tests in error: testResponse(org.jasig.cas.authentication.principal.GoogleAccountsServiceTests) testWithAlternativeRealm(org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests) testWithAlternativeRealmAndValidCredentials(org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests) testWithValidCredenials(org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests) testWithInvalidCredentials(org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests) testNoService(org.jasig.cas.web.support.GoogleAccountsArgumentExtractorTests) Tests run: 355, Failures: 0, Errors: 6, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /root/cas2/cas-server-core/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52 seconds [INFO] Finished at: Mon Jan 11 09:42:03 CST 2010 [INFO] Final Memory: 23M/41M [INFO] ------------------------------------------------------------------------ -- 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
