mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
* 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
10 lines
373 B
Text
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 *);
|