mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
sssd.py: Deprecating no-sssd option.
Resolves: https://pagure.io/freeipa/issue/5860 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
eae8714026
commit
dfc271fdf4
@ -45,6 +45,7 @@ class SSSDInstallInterface(service.ServiceInstallInterface):
|
||||
|
||||
no_sssd = knob(
|
||||
None,
|
||||
deprecated=True,
|
||||
description="Do not configure the client to use SSSD for "
|
||||
"authentication",
|
||||
cli_names=[None, '-S'],
|
||||
|
Loading…
Reference in New Issue
Block a user