mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
Enable debug pid in smb.conf
https://fedorahosted.org/freeipa/ticket/3485 Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
b7a1401e9d
commit
2afcbff133
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user