mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
It occurred to me that the tacacs user is set only at build time. So, if someone assigned a different uid to their runtime tacacs user, the daemon would, by default, run under uid 559. So, add a default "-U tacacs" to the flags. While here, fix a typo in the man page.
14 lines
413 B
Groff
14 lines
413 B
Groff
--- tac_plus.8.in.orig 2024-08-26 12:52:38 UTC
|
|
+++ tac_plus.8.in
|
|
@@ -206,8 +206,10 @@ in addition to logging to syslogd. Useful for debuggin
|
|
/dev/console
|
|
in addition to logging to syslogd. Useful for debugging.
|
|
.\"
|
|
-.TP \-U <setuid username>
|
|
+.TP
|
|
+.B \-U <setuid username>
|
|
Specify the username or UID to
|
|
+.B
|
|
.IR setuid(2).
|
|
If the daemon was compiled with a specific UID, this option overrides that
|
|
value.
|