summaryrefslogtreecommitdiff
path: root/news/nntpcache/files/patch-src-authinfo_pam.ext
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-30 10:14:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-30 10:14:36 +0000
commit2002767acb35541647029b8cfc513f97031e4a20 (patch)
tree59731e236647a910bb9f8b00a170046d33800936 /news/nntpcache/files/patch-src-authinfo_pam.ext
parentUse autoconf 2.53 for lang/ruby_static-devel and unbreak it. (diff)
Updated with new Option, some cleanups.
>Number: 30849 news/nntpcache fails compiling authinfo_pam.c, add radius & ldap auth mechanisms. The fix is to place a #ifndef __FreeBSD__ .. #endif arround <security/pam_misc.h> in authinfo_pam.c. The attached patch corrects this problem, and adds additional authentication functionality to the nntpcache port (RADIUS, LDAP[v1,v2]). files/patch-src-authinfo_pam.ext removed due to a post-configure target is added to the Makefile that recreates the authinfo_[pam,radius,ldap].ext files. PR: 30849 Submitted by: hetzels@westbend.net
Notes
Notes: svn path=/head/; revision=56917
Diffstat (limited to 'news/nntpcache/files/patch-src-authinfo_pam.ext')
-rw-r--r--news/nntpcache/files/patch-src-authinfo_pam.ext11
1 files changed, 0 insertions, 11 deletions
diff --git a/news/nntpcache/files/patch-src-authinfo_pam.ext b/news/nntpcache/files/patch-src-authinfo_pam.ext
deleted file mode 100644
index f0d7d72256f5..000000000000
--- a/news/nntpcache/files/patch-src-authinfo_pam.ext
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/authinfo_pam.ext.orig Sun Jun 11 22:01:43 2000
-+++ src/authinfo_pam.ext Fri Sep 14 10:55:25 2001
-@@ -19,6 +19,8 @@
- #else
- # define EXP_(x)
- #endif
-+extern authenticator pam_authenticator;
-+extern int pam_got_pass(char *pass);
- #ifdef __cplusplus
- }
- #endif