Displaying 1 result from an estimated 1 matches for "call_pam".
2004 Dec 09
1
Exim4 authentication patch
...diff -urdpNx build-Linux-i386 -x Local exim-4.43.vanilla/src/auths/Makefile exim-4.43/src/auths/Makefile
--- exim-4.43.vanilla/src/auths/Makefile 2004-10-05 12:32:08.000000000 +0400
+++ exim-4.43/src/auths/Makefile 2004-12-09 15:46:44.000000000 +0300
@@ -7,7 +7,7 @@
OBJ = b64encode.o b64decode.o call_pam.o call_pwcheck.o call_radius.o \
xtextencode.o xtextdecode.o get_data.o get_no64_data.o md5.o \
- cram_md5.o cyrus_sasl.o plaintext.o pwcheck.o sha1.o auth-spa.o spa.o
+ cram_md5.o cyrus_sasl.o plaintext.o pwcheck.o sha1.o auth-spa.o spa.o dovecot.o
auths.a: $(OBJ)
/...