Authenticated into Confluence as wrong user
Jim Stoll
jstoll at vbi.vt.edu
Fri Jan 16 12:43:58 EST 2009
Here is all the version info on our setup:
CAS Server: 3.3.1
Confluence: 2.7.2
CAS Java Client on Confluence: cas-client-core-3.1.3.jar and
cas-client-integration-atlassian-3.1.3.jar
Drupal: 6.8
CAS PHP Client on Drupal: phpCAS 0.5.1-1
Knowledgetree CAS Client: phpCAS 1.0 (not entirely sure why the phpCAS
lib difference between Drupal and Knowledgetree - I suspect is was not
intentional)
The only place we are aware of the 'wrong user' arising thus far is in
Confluence, though I wouldn't be surprised if it had arisen elsewhere
and nobody noticed or we were not informed.
Let me know *anything* that I can do to help try to track this problem
down - this is a huge, show-stopping problem for us. (our production
system is relying on CAS to integrate these apps in a secure manner)
I am including what may be a relevant part of our CAS log below. User 4
is the one who ended up in Confluence as the wrong user. In fact, this
happened to her twice in a row. (More detail than I initially thought
needed mentioning.) She was first incorrectly authenticated into
Confluence (via a successful CAS login as herself) as User 1. She
noticed the problem, logged out, re-logged in through CAS (again
successfully as herself), and was authenticated into Confluence as
User2. It wasn't until the 3rd attempt that she finally get into
Confluence as herself.
Thanks!
Jim
2009-01-15 08:59:35,664 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user1]
2009-01-15 08:59:35,665 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2903-NXmQMKiQgPRUAQhTkybq-cas] for service
[https://wiki.my.domain/] for user [user1]
2009-01-15 09:00:57,369 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to
authenticate the user which provided the following credentials:
[username: user2]
2009-01-15 09:01:00,955 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user2]
2009-01-15 09:01:00,955 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2904-yx0QxmMxN4fyAHVP9IrS-cas] for service
[https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group] for
user [user2]
2009-01-15 09:01:15,838 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2905-I7CdbSRurSFRpsyMYtoK-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232028064913%26_%3D1232028065549]
for user [user2]
2009-01-15 09:02:02,328 ERROR [org.jasig.cas.util.HttpClient] -
java.io.IOException: Server returned HTTP response code: 405 for URL:
https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group
java.io.IOException: Server returned HTTP response code: 405 for URL:
https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1290)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at
org.jasig.cas.util.HttpClient.sendMessageToEndPoint(HttpClient.java:76)
at
org.jasig.cas.authentication.principal.AbstractWebApplicationService.logOutOfService(AbstractWebApplicationService.java:147)
at
org.jasig.cas.ticket.TicketGrantingTicketImpl.logOutOfServices(TicketGrantingTicketImpl.java:115)
at
org.jasig.cas.ticket.TicketGrantingTicketImpl.expire(TicketGrantingTicketImpl.java:125)
at
org.jasig.cas.CentralAuthenticationServiceImpl.destroyTicketGrantingTicket(CentralAuthenticationServiceImpl.java:153)
at
org.jasig.cas.web.LogoutController.handleRequestInternal(LogoutController.java:63)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
2009-01-15 09:02:09,264 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to
authenticate the user which provided the following credentials:
[username: user2]
2009-01-15 09:02:12,587 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user2]
2009-01-15 09:02:12,588 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2906-tMOM0ODBKrxYqRbFwQ3w-cas] for service
[https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group] for
user [user2]
2009-01-15 09:02:16,923 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2907-SMFNpiVWyeV2JGBhJswZ-cas] for service
[https://drupal.my.domain/] for user [user2]
2009-01-15 09:02:27,843 ERROR [org.jasig.cas.util.HttpClient] -
java.io.IOException: Server returned HTTP response code: 405 for URL:
https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group
java.io.IOException: Server returned HTTP response code: 405 for URL:
https://wiki.my.domain/display/peccoud/Synthetic+Biology+Group
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1290)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at
org.jasig.cas.util.HttpClient.sendMessageToEndPoint(HttpClient.java:76)
at
org.jasig.cas.authentication.principal.AbstractWebApplicationService.logOutOfService(AbstractWebApplicationService.java:147)
at
org.jasig.cas.ticket.TicketGrantingTicketImpl.logOutOfServices(TicketGrantingTicketImpl.java:115)
at
org.jasig.cas.ticket.TicketGrantingTicketImpl.expire(TicketGrantingTicketImpl.java:125)
at
org.jasig.cas.CentralAuthenticationServiceImpl.destroyTicketGrantingTicket(CentralAuthenticationServiceImpl.java:153)
at
org.jasig.cas.web.LogoutController.handleRequestInternal(LogoutController.java:63)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
2009-01-15 09:02:35,520 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to
authenticate the user which provided the following credentials:
[username: user2]
2009-01-15 09:02:38,556 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user2]
2009-01-15 09:02:38,557 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2908-RYoUut306k0kS7pRcF1j-cas] for service
[https://drupal.my.domain/] for user [user2]
2009-01-15 09:03:49,069 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to
authenticate the user which provided the following credentials:
[username: user2]
2009-01-15 09:03:54,957 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to
authenticate the user which provided the following credentials:
[username: user2]
2009-01-15 09:03:58,998 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user2]
2009-01-15 09:03:58,999 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2909-w1Y2LfBIoFOyQByITBQO-cas] for service
[https://drupal.my.domain/] for user [user2]
2009-01-15 09:04:10,632 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2910-a0SigJ6dm7BdapsDTigC-cas] for service
[https://wiki.my.domain/] for user [user2]
2009-01-15 09:11:07,199 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user3]
2009-01-15 09:11:07,200 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2911-jjDrpcyo4WTxsf3ZsFQE-cas] for service
[https://drupal.my.domain/] for user [user3]
2009-01-15 09:11:10,352 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2912-VRSB4KU0kQfd5djrCyA7-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232028668915%26_%3D1232028669025]
for user [user3]
2009-01-15 09:11:36,295 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2913-iV0kVeVBFEVrOdepAGOK-cas] for service
[https://wiki.my.domain/] for user [user3]
2009-01-15 09:13:45,487 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2914-5iGHFJwQSqgxq3bFOFdP-cas] for service
[https://drupal.my.domain/] for user [user3]
2009-01-15 09:14:23,443 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user4]
2009-01-15 09:14:23,444 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2915-ey51M1u2bc491IxiMUjE-cas] for service
[https://wiki.my.domain/] for user [user4]
2009-01-15 09:15:44,765 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user4]
2009-01-15 09:15:44,766 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2916-2adova6mbse5gkGNmO6d-cas] for service
[https://drupal.my.domain/] for user [user4]
2009-01-15 09:15:49,157 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2917-zUueeDI5nnCBVbIAFzqa-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232028947217%26_%3D1232028947617]
for user [user4]
2009-01-15 09:16:08,801 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2918-HXpK6VwkLYBlcwuDr0iH-cas] for service
[https://wiki.my.domain/] for user [user4]
2009-01-15 09:19:09,950 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user5]
2009-01-15 09:19:09,950 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2919-fmY3gUZwTTfTjnAXQisy-cas] for service
[https://wiki.my.domain/pages/viewpage.action?pageId=9379] for user [user5]
2009-01-15 09:19:16,714 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user6]
2009-01-15 09:19:16,714 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2920-Y5JL5VymvIRmmmWWgp0O-cas] for service
[https://drupal.my.domain//] for user [user6]
2009-01-15 09:19:20,949 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2921-zYeSM2wylKHojCyKBDi1-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232029159585%26_%3D1232029159684]
for user [user6]
2009-01-15 09:20:12,615 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user4]
2009-01-15 09:20:12,616 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2922-O7a2O1tzI32opOYe0waJ-cas] for service
[https://wiki.my.domain/] for user [user4]
2009-01-15 09:20:18,600 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2923-VakNfN1Djvj6DEbX0PKF-cas] for service
[https://wiki.my.domain/] for user [user6]
2009-01-15 09:21:05,924 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user7]
2009-01-15 09:21:05,925 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2924-7oWLZPurlbiuZcQ9Ig7z-cas] for service
[https://wiki.my.domain/] for user [user7]
2009-01-15 09:21:07,032 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user4]
2009-01-15 09:21:07,033 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2925-CeXy17YWvGJXiobPwdLe-cas] for service
[https://wiki.my.domain/] for user [user4]
2009-01-15 09:22:04,017 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user8]
2009-01-15 09:22:04,018 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2926-9slxvJbx26rCWf7rcyba-cas] for service
[https://drupal.my.domain/] for user [user8]
2009-01-15 09:22:08,773 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2927-rsbms9e2dCUNohpRVMjT-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232029327365%26_%3D1232029327529]
for user [user8]
2009-01-15 09:22:14,977 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2928-bpUdM3tKionvluaeNbQC-cas] for service
[https://wiki.my.domain/] for user [user8]
2009-01-15 09:22:17,010 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: mdifil]
2009-01-15 09:22:17,010 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2929-2Oah7wPiKuTDei4B4cWZ-cas] for service
[https://wiki.my.domain/] for user [mdifil]
2009-01-15 09:22:30,107 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user8]
2009-01-15 09:22:30,108 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2930-vOtJFL5lOkgnbhJ9bxDp-cas] for service
[https://drupal.my.domain/] for user [user8]
2009-01-15 09:22:39,384 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2931-UKmfbOm2q4mMCUbDfuho-cas] for service
[https://wiki.my.domain/] for user [user8]
2009-01-15 09:24:09,176 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
AuthenticationHandler:
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
authenticated the user which provided the following credentials:
[username: user4]
2009-01-15 09:24:09,177 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2932-1i2HCQUWXROiHc7dYboK-cas] for service
[https://drupal.my.domain/] for user [user4]
2009-01-15 09:24:12,376 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2933-dtXz403A9V41LXC52hXz-cas] for service
[https://knowledgetree.my.domain:8443/login.php?errorMessage=You%20need%20to%20login%20to%20access%20this%20page&redirect=https%3A%2F%2Fknowledgetree.my.domain%2Fdms_dashboard.php%3Fcallback%3Djsonp1232029450928%26_%3D1232029451183]
for user [user4]
2009-01-15 09:24:16,069 INFO
[org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service
ticket [ST-2934-2wXQudyP0uZDdZoCcfIv-cas] for service
[https://wiki.my.domain/] for user [user4]
More information about the cas
mailing list