summaryrefslogtreecommitdiff
path: root/sys-auth/poldi/files/03-fix-auth-localdb.diff
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-11-05 20:36:35 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-11-05 20:36:35 +0100
commit18db54f27909c6892cdabf5cfb9d2cc517d36351 (patch)
tree8c4398e6c61d3350dc1ed287c55b1d342d3b5a74 /sys-auth/poldi/files/03-fix-auth-localdb.diff
parent72fbdee71498b14f80c66a532e6e313d35c9765a (diff)
downloadbrancik-overlay-18db54f27909c6892cdabf5cfb9d2cc517d36351.tar.gz
brancik-overlay-18db54f27909c6892cdabf5cfb9d2cc517d36351.tar.bz2
Add patches for sys-auth/poldi.
Diffstat (limited to 'sys-auth/poldi/files/03-fix-auth-localdb.diff')
-rw-r--r--sys-auth/poldi/files/03-fix-auth-localdb.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-auth/poldi/files/03-fix-auth-localdb.diff b/sys-auth/poldi/files/03-fix-auth-localdb.diff
new file mode 100644
index 0000000..96eface
--- /dev/null
+++ b/sys-auth/poldi/files/03-fix-auth-localdb.diff
@@ -0,0 +1,17 @@
+Description: Bug fix calling log_msg_debug
+Author: NIIBE Yutaka
+Last-Update: 2013-07-10
+
+Index: poldi-0.4.1/src/pam/auth-method-localdb/auth-localdb.c
+===================================================================
+--- poldi-0.4.1.orig/src/pam/auth-method-localdb/auth-localdb.c 2013-07-10 12:57:28.896538720 +0000
++++ poldi-0.4.1/src/pam/auth-method-localdb/auth-localdb.c 2013-07-10 12:57:28.844538737 +0000
+@@ -118,7 +118,7 @@
+
+ if (ctx->debug)
+ {
+- log_msg_debug (ctx->conv,
++ log_msg_debug (ctx->loghandle,
+ _("Trying authentication as user `%s'..."), username);
+ conv_tell (ctx->conv,
+ _("Trying authentication as user `%s'..."), username);