ports/net/tac_plus4/files/patch-ab
Joe Marcus Clarke 49b31a0401 Update to F4.0.4.14.
* Add notes about PAM to the user guide and tac_plus.conf(5)
* Log login failures with the username, NAS address and NAS tty
* ACLs were not applied through the default authentication
  (ie: user=DEFAULT) path
2007-06-30 06:14:12 +00:00

10 lines
373 B
Text

--- tac_plus.h.orig Tue Dec 12 19:43:08 2006
+++ tac_plus.h Sat Jun 30 02:07:03 2007
@@ -731,6 +731,7 @@ int sendpass_fn(struct authen_data *data
int enable_fn(struct authen_data *data);
int default_v0_fn(struct authen_data *data);
int skey_fn(struct authen_data *data);
+int opie_fn(struct authen_data *data);
#ifdef MAXSESS
extern void loguser(struct acct_rec *);