The Samba-Bugzilla – Attachment 13452 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 for 4.7
0001-python-Fix-incorrect-kdc.conf-parameter-name-in-kerb.patch (text/plain), 939 bytes, created by
Marc Muehlfeld
on 2017-08-08 18:41:01 UTC
(
hide
)
Description:
Patch for 4.7
Filename:
MIME Type:
Creator:
Marc Muehlfeld
Created:
2017-08-08 18:41:01 UTC
Size:
939 bytes
patch
obsolete
>From 21af70c94b7daf78283fc59f5c2e42259d12c8e3 Mon Sep 17 00:00:00 2001 >From: Marc Muehlfeld <mmuehlfeld@samba.org> >Date: Sun, 6 Aug 2017 11:50:55 +0200 >Subject: [PATCH] python: Fix incorrect kdc.conf parameter name in kerberos.py > >Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org> >Reviewed-by: Andreas Schneider <asn@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.4 >
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
Flags:
kseeger
:
review+
Actions:
View
Attachments on
bug 12947
:
13450
| 13452