Hello,

Adds debug pid = yes to smb.conf when ipa-adtrust-install command is run.
https://fedorahosted.org/freeipa/ticket/3485

Thanks,

Gabe
From 646640eff93334fe08e3aa7531293b4a4eb0d914 Mon Sep 17 00:00:00 2001
From: Gabe <redhatri...@gmail.com>
Date: Mon, 14 Jul 2014 16:18:00 -0600
Subject: [PATCH] Enable debug pid in smb.conf

https://fedorahosted.org/freeipa/ticket/3485
---
 ipaserver/install/adtrustinstance.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaserver/install/adtrustinstance.py b/ipaserver/install/adtrustinstance.py
index 362965e96914996b64d895e069bc49fb5a09d267..7cfc5e886eaea23ac1527bddc5a15bea5edf9d8c 100644
--- a/ipaserver/install/adtrustinstance.py
+++ b/ipaserver/install/adtrustinstance.py
@@ -408,6 +408,7 @@ class ADTRUSTInstance(service.Service):
         conf_fd = open(self.smb_conf, "w")
         conf_fd.write('### Added by IPA Installer ###\n')
         conf_fd.write('[global]\n')
+        conf_fd.write('debug pid = yes\n')
         conf_fd.write('config backend = registry\n')
         conf_fd.close()
 
-- 
2.0.0

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to