URL: https://github.com/SSSD/sssd/pull/5398
Author: justin-stephenson
 Title: #5398: krb5: Remove secrets text from drop-in KCM file
Action: opened

PR body:
"""
On my Fedora system I get `Failed to enable unit: Unit file sssd-secrets.socket 
does not exist.`

I believe this secrets socket is no longer needed after KCM was decoupled from 
secrets.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5398/head:pr5398
git checkout pr5398
From caec59ce8140b2901ecc788866cf8127db608717 Mon Sep 17 00:00:00 2001
From: Justin Stephenson <jstep...@redhat.com>
Date: Mon, 16 Nov 2020 09:14:43 -0500
Subject: [PATCH] krb5: Remove secrets text from drop-in KCM file

---
 contrib/kcm_default_ccache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/kcm_default_ccache b/contrib/kcm_default_ccache
index 4cd5b480b3..996e8653ce 100644
--- a/contrib/kcm_default_ccache
+++ b/contrib/kcm_default_ccache
@@ -3,7 +3,7 @@
 # On Fedora/RHEL/CentOS, this is /etc/krb5.conf.d/
 #
 # To enable the KCM credential cache enable the KCM socket and the service:
-#   systemctl enable sssd-secrets.socket sssd-kcm.socket
+#   systemctl enable sssd-kcm.socket
 #   systemctl start sssd-kcm.socket
 #
 # To disable the KCM credential cache, comment out the following lines.
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to