diff options
author | Seraphim Mellos <mellos@ceid.upatras.gr> | 2008-06-16 22:57:28 +0300 |
---|---|---|
committer | Seraphim Mellos <mellos@ceid.upatras.gr> | 2008-06-22 05:59:36 +0300 |
commit | e54218e455d4c76d72d1315dfbc8d55538c3039c (patch) | |
tree | 123293a88083f199ac9025cce9237a7a12f09e88 /modules/pam_unix | |
parent | Completed pam_rootok and pam_securetty (diff) | |
download | openpam-modules-e54218e455d4c76d72d1315dfbc8d55538c3039c.tar.gz openpam-modules-e54218e455d4c76d72d1315dfbc8d55538c3039c.tar.bz2 openpam-modules-e54218e455d4c76d72d1315dfbc8d55538c3039c.zip |
Added logging/debug msgs in pam_unix
Diffstat (limited to 'modules/pam_unix')
-rw-r--r-- | modules/pam_unix/pam_unix.c~ | 1 | ||||
-rw-r--r-- | modules/pam_unix/pam_unix.o | bin | 0 -> 25212 bytes | |||
-rwxr-xr-x | modules/pam_unix/pam_unix.so | bin | 0 -> 26156 bytes |
3 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_unix/pam_unix.c~ b/modules/pam_unix/pam_unix.c~ index 9a504d0..ea1b75d 100644 --- a/modules/pam_unix/pam_unix.c~ +++ b/modules/pam_unix/pam_unix.c~ @@ -33,6 +33,7 @@ #include <security/pam_modules.h> #include <security/pam_appl.h> +#include <security/openpam.h> #include <security/pam_mod_misc.h> diff --git a/modules/pam_unix/pam_unix.o b/modules/pam_unix/pam_unix.o Binary files differnew file mode 100644 index 0000000..b463d1b --- /dev/null +++ b/modules/pam_unix/pam_unix.o diff --git a/modules/pam_unix/pam_unix.so b/modules/pam_unix/pam_unix.so Binary files differnew file mode 100755 index 0000000..a77c352 --- /dev/null +++ b/modules/pam_unix/pam_unix.so |