mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
login.conf: document how to specify env var values with commas
As of f32db40650 quotes may be used to specify login class
capabilities that include commas. This is true in general but is
particularly relevant for setenv, a comma-separated list of environment
variables and values, so mention it there.
PR: 236204
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
39240ddf85
commit
ab2f6ae8d1
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 6, 2021
|
||||
.Dd June 28, 2023
|
||||
.Dt LOGIN.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -247,6 +247,7 @@ the login session will be terminated.
|
|||
.It "requirehome bool false Require a valid home directory to login."
|
||||
.It "setenv list A comma-separated list of environment variables and"
|
||||
values to which they are to be set.
|
||||
Values containing commas must be quoted.
|
||||
.It "shell prog Session shell to execute rather than the"
|
||||
shell specified in the passwd file.
|
||||
The SHELL environment variable will
|
||||
|
|
|
|||
Loading…
Reference in a new issue