URL: https://github.com/freeipa/freeipa/pull/848
Author: Tiboris
 Title: #848: sssd.py: Deprecating no-sssd option.
Action: opened

PR body:
"""
Resolves: https://pagure.io/freeipa/issue/5860
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/848/head:pr848
git checkout pr848
From 73507515585f30f2733d88ce27fbbc228c7633db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tibor=20Dudl=C3=A1k?= <tdud...@redhat.com>
Date: Fri, 2 Jun 2017 13:56:08 +0200
Subject: [PATCH] sssd.py: Deprecating no-sssd option.

Resolves: https://pagure.io/freeipa/issue/5860
---
 ipaclient/install/sssd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaclient/install/sssd.py b/ipaclient/install/sssd.py
index 5e163e3e66..b20abde56f 100644
--- a/ipaclient/install/sssd.py
+++ b/ipaclient/install/sssd.py
@@ -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'],
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to