ipa-advise for smartcards updated

......
authconfig --enablesmartcard --smartcardmodule=sssd --updateall

Advise is updated to:
authconfig --enablesssd --enablesssdauth --enablesmartcard --smartcardmodule=sssd
--smartcardaction=1 --updateall

Resolves: https://pagure.io/freeipa/issue/7358
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
amitkuma 2018-01-16 15:56:25 +05:30 committed by Florence Blanc-Renaud
parent 7b7edd57cd
commit 6c81a2cb50

View File

@ -315,7 +315,8 @@ class config_client_for_smart_card_auth(common_smart_card_auth_config):
def run_authconfig_to_configure_smart_card_auth(self):
self.log.exit_on_failed_command(
'authconfig --enablesmartcard --smartcardmodule=sssd --updateall',
'authconfig --enablesssd --enablesssdauth --enablesmartcard '
'--smartcardmodule=sssd --smartcardaction=1 --updateall',
[
'Failed to configure Smart Card authentication in SSSD'
]