diff options
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 5308102944..e6d2b5d99f 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -297,7 +297,7 @@ for all login sessions of the user. `environment` → An array of strings, each containing an environment variable and its value to set for the user's login session, in a format compatible with -[`putenv()`](http://man7.org/linux/man-pages/man3/putenv.3.html). Any +[`putenv()`](https://man7.org/linux/man-pages/man3/putenv.3.html). Any environment variable listed here is automatically set by [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html) for all login sessions of the user. @@ -320,7 +320,7 @@ variable, for example: `de_DE.UTF8`. [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html) will automatically initialize the login process' nice level to this value with, which is then inherited by all the user's processes, see -[`setpriority()`](http://man7.org/linux/man-pages/man2/setpriority.2.html) for +[`setpriority()`](https://man7.org/linux/man-pages/man2/setpriority.2.html) for more information. `resourceLimits` → An object, where each key refers to a Linux resource limit @@ -329,7 +329,7 @@ two keys `cur` and `max` for the soft and hard resource limit. When logging in [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html) will automatically initialize the login process' resource limits to these values, which is then inherited by all the user's processes, see -[`setrlimit()`](http://man7.org/linux/man-pages/man2/setrlimit.2.html) for more +[`setrlimit()`](https://man7.org/linux/man-pages/man2/setrlimit.2.html) for more information. `locked` → A boolean value. If true, the user account is locked, the user may @@ -625,7 +625,7 @@ user to choose. `hashedPassword` → An array of strings, each containing a hashed UNIX password string, in the format -[`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This +[`crypt(3)`](https://man7.org/linux/man-pages/man3/crypt.3.html) generates. This corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd` field of `struct passwd`). |