1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Build with -DPAM_DEBUG so that debug file writing works.

Reported by qistoph in Issue #20:
<http://code.google.com/p/yubico-pam/issues/detail?id=20>.
This commit is contained in:
Simon Josefsson 2010-04-14 09:11:52 +00:00
parent d51da376c7
commit 424090508c
2 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pam_yubico_la_SOURCES = pam_yubico.c
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@
pam_yubico_la_LDFLAGS = -module -avoid-version
DEFS = -DDEBUG_PAM @DEFS@
DEFS = -DDEBUG_PAM -DPAM_DEBUG @DEFS@
# Self tests.

4
NEWS
View File

@ -6,6 +6,10 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*-
Contributed by qistoph reported in Issue #22:
<http://code.google.com/p/yubico-pam/issues/detail?id=22>.
** Build with -DPAM_DEBUG so that debug file writing works.
Reported by qistoph in Issue #20:
<http://code.google.com/p/yubico-pam/issues/detail?id=20>.
* Version 2.3 (released 2010-04-14)
** New keyword "ldap_uri" added.