summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authkrb.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authkrb.py')
-rwxr-xr-xipsilon/login/authkrb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipsilon/login/authkrb.py b/ipsilon/login/authkrb.py
index 09790ed..8747f22 100755
--- a/ipsilon/login/authkrb.py
+++ b/ipsilon/login/authkrb.py
@@ -20,6 +20,7 @@
from ipsilon.login import common
import cherrypy
+
class Krb(common.LoginPageBase):
def __init__(self, *args, **kwargs):
@@ -65,6 +66,7 @@ class KrbError(common.LoginPageBase):
# If we get here, negotiate failed
return self.lm.auth_failed()
+
class LoginManager(common.LoginManagerBase):
def __init__(self, *args, **kwargs):