head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.1.1.0.4 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.2 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2012.11.10.18.53.59; author pettai; state dead; branches; next 1.2; 1.2 date 2012.05.10.19.01.09; author schwarz; state Exp; branches; next 1.1; 1.1 date 2011.11.30.23.47.29; author pettai; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.11.30.23.47.29; author pettai; state Exp; branches; next ; desc @@ 1.3 log @F4.0.4.26 - add optional securid support via aceclient library - use localtime instead of gmtime for log messages so that the timezone is inheritted - allow file authentication for PAP authorization @ text @$NetBSD: patch-al,v 1.2 2012/05/10 19:01:09 schwarz Exp $ Also compile on systems that do not have PAM --- config.c.orig 2012-05-06 23:38:46.000000000 +0200 +++ config.c 2012-05-06 23:38:51.000000000 +0200 @@@@ -72,7 +72,9 @@@@ skey | cleartext | des | +#ifdef HAVE_PAM PAM | +#endif nopassword := name = | @ 1.2 log @Updated net/tacacs-shrubbery to 4.0.4.25 @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d5 3 a7 3 --- config.c.orig 2009-04-19 12:39:42.000000000 +0200 +++ config.c 2009-04-19 12:41:16.000000000 +0200 @@@@ -65,7 +65,9 @@@@ a16 10 @@@@ -79,6 +81,9 @@@@ #endif pap = cleartext | pap = des | +#ifdef HAVE_PAM + pap = PAM | +#endif opap = cleartext | global = cleartext | msg = @ 1.1.1.1 log @Tacacs+ (or tac_plus) is a freely distributable daemon from Cisco Systems. It is used in conjunction with Cisco routers for authorization, authentication, and accounting services. Tac_plus is configured via a single configuration file. This particular version is derived from the original Cisco sources and is maintained by Shrubbery Networks, Inc. @ text @@