Enable debug pid in smb.conf

https://fedorahosted.org/freeipa/ticket/3485

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Gabe 2014-07-14 16:18:00 -06:00 committed by Petr Viktorin
parent b7a1401e9d
commit 2afcbff133

View File

@ -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()