mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
7b7edd57cd
commit
6c81a2cb50
@ -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):
|
def run_authconfig_to_configure_smart_card_auth(self):
|
||||||
self.log.exit_on_failed_command(
|
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'
|
'Failed to configure Smart Card authentication in SSSD'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user