X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Flogin%2Fauthfas.py;h=d0b834acbed9ebfe79606ed9706c28520f6f00cd;hp=1489f73947910964abfa970f9cdf58ca7c7acab3;hb=485baf6ee7a315d1af1086fe5b5da8cff6c4ba37;hpb=aa5dc3b417db962a075a092d0d3528010c1059f7 diff --git a/ipsilon/login/authfas.py b/ipsilon/login/authfas.py index 1489f73..d0b834a 100644 --- a/ipsilon/login/authfas.py +++ b/ipsilon/login/authfas.py @@ -1,5 +1,4 @@ -# Copyright (C) 2014 Ipsilon contributors, see COPYING file for license - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller @@ -80,7 +79,6 @@ class FAS(LoginFormBase): error_username=not username ) self.lm.set_auth_error() - # pylint: disable=star-args return self._template(self.formtemplate, **context) def make_userdata(self, fas_data): @@ -187,7 +185,7 @@ class Installer(LoginManagerInstaller): group.add_argument('--fas', choices=['yes', 'no'], default='no', help='Configure FAS authentication') - def configure(self, opts): + def configure(self, opts, changes): if opts['fas'] != 'yes': return