URL: https://github.com/freeipa/freeipa/pull/248
Author: martbab
 Title: #248: Fix the naming of ipa-dnskeysyncd service principal
Action: opened

PR body:
"""
https://fedorahosted.org/freeipa/ticket/6405
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/248/head:pr248
git checkout pr248
From 28e1c921b5d50dec3e275b83e6710e520bec3eed Mon Sep 17 00:00:00 2001
From: Martin Babinsky <mbabi...@redhat.com>
Date: Wed, 16 Nov 2016 18:21:54 +0100
Subject: [PATCH] Fix the naming of ipa-dnskeysyncd service principal

https://fedorahosted.org/freeipa/ticket/6405
---
 ipaserver/install/dnskeysyncinstance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/dnskeysyncinstance.py b/ipaserver/install/dnskeysyncinstance.py
index 74a657d..81fbc3c 100644
--- a/ipaserver/install/dnskeysyncinstance.py
+++ b/ipaserver/install/dnskeysyncinstance.py
@@ -50,7 +50,7 @@ def __init__(self, fstore=None, logger=root_logger):
             "ipa-dnskeysyncd",
             service_desc="DNS key synchronization service",
             fstore=fstore,
-            service_prefix=u'ipa-dnskeysync',
+            service_prefix=u'ipa-dnskeysyncd',
             keytab=paths.IPA_DNSKEYSYNCD_KEYTAB
         )
         self.logger = logger
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to