8f8f5e24fcc405fce44a233d45df2da548decddc
Bernd Wurst jQuery-based Certlogin, so...

Bernd Wurst authored 11 years ago

1) <?php
2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
Bernd Wurst Lizenzinfos in eigenes Modu...

Bernd Wurst authored 10 years ago

5) Written 2008-2014 by schokokeks.org Hosting, namely
Bernd Wurst jQuery-based Certlogin, so...

Bernd Wurst authored 11 years ago

6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10) 
11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
12) http://creativecommons.org/publicdomain/zero/1.0/
13) 
14) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15) */
16) 
Bernd Wurst Cookie-based autologin when...

Bernd Wurst authored 11 years ago

17) require_once('x509.php');
18) 
Bernd Wurst jQuery-based Certlogin, so...

Bernd Wurst authored 11 years ago

19) title('Login über SSL-Client-Zertifikat');
20) 
Bernd Wurst Cookie-based autologin when...

Bernd Wurst authored 11 years ago

21) if ($_SESSION['role'] == ROLE_ANONYMOUS) {
22)   do_ajax_cert_login();
23) } else {
24)   redirect('index');
25) }
Bernd Wurst jQuery-based Certlogin, so...

Bernd Wurst authored 11 years ago

26) 
Bernd Wurst Sortiere Cert-Logins alphab...

Bernd Wurst authored 9 years ago

27) output('<p>Sie werden nun über Ihr SSL-Client-Zertifikat eingeloggt. Möglicherweise werden Sie von Ihrem Browser zunächst gebeten, ein Zertifikat auszuwählen.</p>');