mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-21 15:54:41 +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:
parent
d51da376c7
commit
424090508c
@ -37,7 +37,7 @@ pam_yubico_la_SOURCES = pam_yubico.c
|
|||||||
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@
|
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@
|
||||||
pam_yubico_la_LDFLAGS = -module -avoid-version
|
pam_yubico_la_LDFLAGS = -module -avoid-version
|
||||||
|
|
||||||
DEFS = -DDEBUG_PAM @DEFS@
|
DEFS = -DDEBUG_PAM -DPAM_DEBUG @DEFS@
|
||||||
|
|
||||||
# Self tests.
|
# Self tests.
|
||||||
|
|
||||||
|
4
NEWS
4
NEWS
@ -6,6 +6,10 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*-
|
|||||||
Contributed by qistoph reported in Issue #22:
|
Contributed by qistoph reported in Issue #22:
|
||||||
<http://code.google.com/p/yubico-pam/issues/detail?id=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)
|
* Version 2.3 (released 2010-04-14)
|
||||||
|
|
||||||
** New keyword "ldap_uri" added.
|
** New keyword "ldap_uri" added.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user