Refactor plugin configuration
[cascardo/ipsilon.git] / ipsilon / login / authkrb.py
index 6c561ac..f2af0a0 100755 (executable)
@@ -84,6 +84,7 @@ class LoginManager(LoginManagerBase):
         self.description = """
 Kereros Negotiate authentication plugin. Relies on the mod_auth_kerb apache
 plugin for actual authentication. """
+        self.new_config(self.name)
 
     def get_tree(self, site):
         self.page = Krb(site, self)