The Samba-Bugzilla – Attachment 13450 Details for
Bug 12947
Typo in kdc.conf results in: Unable to load requested database module 'samba'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-Fixed-incorrect-kdc.conf-parameter-name.patch (text/plain), 871 bytes, created by
Marc Muehlfeld
on 2017-08-06 11:06:21 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Marc Muehlfeld
Created:
2017-08-06 11:06:21 UTC
Size:
871 bytes
patch
obsolete
>From aa50cff53a3699983cf105dd23317232040e6372 Mon Sep 17 00:00:00 2001 >From: Marc Muehlfeld <mmuehlfeld@samba.org> >Date: Sun, 6 Aug 2017 11:50:55 +0200 >Subject: [PATCH] Fixed incorrect kdc.conf parameter name > >Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org> >--- > python/samba/provision/kerberos.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/provision/kerberos.py b/python/samba/provision/kerberos.py >index 24ced9c4dc9..4ed4d57a03c 100644 >--- a/python/samba/provision/kerberos.py >+++ b/python/samba/provision/kerberos.py >@@ -69,7 +69,7 @@ def create_kdc_conf(kdcconf, realm, domain, logdir): > > f.write("[dbmodules]\n") > >- f.write("\tdb_modules_dir = %s\n" % kdb_modules_dir) >+ f.write("\tdb_module_dir = %s\n" % kdb_modules_dir) > f.write("\n") > > f.write("\t%s = {\n" % realm) >-- >2.13.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12947
: 13450 |
13452