Commit 3ae1396d by Ed Crewe

service should be OK since uses proxyValidate by default

parent f10b4e83
......@@ -120,11 +120,6 @@ class CASBackend(object):
"""Verifies CAS ticket and gets or creates User object
NB: Use of PT to identify proxy
"""
#if ticket.startswith('PT'):
# authdict = verify_proxy_ticket(ticket, service)
# if authdict:
# username = authdict.get('username','')
#else:
username = _verify(ticket, service)
if not username:
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment