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:
Tibor Dudlák 2017-06-02 13:56:08 +02:00 committed by Martin Basti
parent eae8714026
commit dfc271fdf4

View File

@ -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'],