diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-25 00:32:41 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-25 00:32:41 +0000 |
| commit | 59fa1b558e286a921d9e1a12909f64bb8ae68e6e (patch) | |
| tree | e2b3db4caa18f8d3197366f7eae012a0697ceebf /lib/libutil/login.conf.5 | |
| parent | 755259e205ab6516efac173657cf20d96133b546 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login.conf.5')
| -rw-r--r-- | lib/libutil/login.conf.5 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index c8ebd0261be3e..bbf0e69e4a61a 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -74,13 +74,21 @@ All names but the last should be in lower case and contain no blanks; the last name may contain upper case characters and blanks for readability. .Pp -The -.Pa /etc/login.conf -file is not referenced directly by -.Xr login 1 -so changes will not take effect until +The default +.Pa /etc/login.conf +shipped with +.Fx +is an out of the box configuration. +Whenever changes to this file, or +the users local +.Pa login.conf +file are made, the modifications will not be picked up until .Xr cap_mkdb 1 is used to compile the file into a database. +This database file will have a +.Pa .db +extention and is accessed through +.Xr cgetent 3 . See .Xr getcap 3 for a more in-depth description of the format of a capability database. |
