diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-10-08 17:37:29 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-10-08 17:37:29 +0000 |
| commit | 28868ed18ec5e82dfdb5ca65d3a9349af73a969b (patch) | |
| tree | 8799072b63b38502c09471e6f2d0cfdfcacf792e /etc | |
| parent | 529cf10359e5054e58bcd95d2008259fd5ff59d2 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/login.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/login.conf b/etc/login.conf index 7b105ffc1d5e..75cecc82a046 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -16,6 +16,11 @@ # defaults # These settings are used by login(1) by default for classless users # Note that entries like "cputime" set both "cputime-cur" and "cputime-max" +# +# Note that since a colon ':' is used to separate capability entries, +# a \c escape sequence must be used to embed a literal colon in the +# value or name of a capability (see the ``CGETNUM AND CGETSTR SYNTAX +# AND SEMANTICS'' section of getcap(3) for more escape sequences). default:\ :passwd_format=md5:\ |
