From 27458696e66f79bf5523818cebdb2bd357513799 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 28 Aug 2014 14:44:43 -0400 Subject: [PATCH] Remove unused option from the FAS login plugin Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- ipsilon/login/authfas.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ipsilon/login/authfas.py b/ipsilon/login/authfas.py index e4d54ef..30e09f5 100755 --- a/ipsilon/login/authfas.py +++ b/ipsilon/login/authfas.py @@ -64,7 +64,6 @@ class FAS(LoginPageBase): context = { "title": 'Login', "action": '%s/login/fas' % self.basepath, - "service_name": self.lm.service_name, "username_text": self.lm.username_text, "password_text": self.lm.password_text, "description": self.lm.help_text, @@ -86,11 +85,6 @@ class LoginManager(LoginManagerBase): Form based login Manager that uses the Fedora Authentication Server """ self._options = { - 'service name': [ - """ The name of the PAM service used to authenticate. """, - 'string', - 'remote' - ], 'help text': [ """ The text shown to guide the user at login time. """, 'string', @@ -123,10 +117,6 @@ Form based login Manager that uses the Fedora Authentication Server ], } - @property - def service_name(self): - return self.get_config_value('service name') - @property def help_text(self): return self.get_config_value('help text') -- 2.20.1