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:
committed by
Martin Basti
parent
eae8714026
commit
dfc271fdf4
@@ -45,6 +45,7 @@ class SSSDInstallInterface(service.ServiceInstallInterface):
|
|||||||
|
|
||||||
no_sssd = knob(
|
no_sssd = knob(
|
||||||
None,
|
None,
|
||||||
|
deprecated=True,
|
||||||
description="Do not configure the client to use SSSD for "
|
description="Do not configure the client to use SSSD for "
|
||||||
"authentication",
|
"authentication",
|
||||||
cli_names=[None, '-S'],
|
cli_names=[None, '-S'],
|
||||||
|
|||||||
Reference in New Issue
Block a user