Skip to content

Commit

Permalink
Merge pull request #347 from CTPUG/deb-sso
Browse files Browse the repository at this point in the history
The Debian SSO URL changed
  • Loading branch information
stefanor committed Feb 7, 2017
2 parents 7159c05 + 7023edc commit a119a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/registration/sso.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def debian_sso(meta):
authentication_status = meta.get('SSL_CLIENT_VERIFY', None)
if authentication_status != "SUCCESS":
raise SSOError('Requires authentication via Client Certificate. '
'Obtain one from https://sso.debian.org/spkac/')
'Obtain one from https://sso.debian.org/')

email = meta['SSL_CLIENT_S_DN_CN']
group = Group.objects.get_by_natural_key('Registration')
Expand Down

0 comments on commit a119a77

Please sign in to comment.