]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libutil/login.conf.5
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libutil / login.conf.5
1 .\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, is permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice immediately at the beginning of the file, without modification,
9 .\"    this list of conditions, and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. This work was done expressly for inclusion into FreeBSD.  Other use
14 .\"    is permitted provided this notation is included.
15 .\" 4. Absolutely no warranty of function or purpose is made by the author
16 .\"    David Nugent.
17 .\" 5. Modifications may be freely made to this file providing the above
18 .\"    conditions are met.
19 .\"
20 .\" $FreeBSD$
21 .\"
22 .Dd July 8, 2011
23 .Dt LOGIN.CONF 5
24 .Os
25 .Sh NAME
26 .Nm login.conf
27 .Nd login class capability database
28 .Sh SYNOPSIS
29 .Pa /etc/login.conf ,
30 .Pa ~/.login_conf
31 .Sh DESCRIPTION
32 .Nm
33 contains various attributes and capabilities of login classes.
34 A login class (an optional annotation against each record in the user
35 account database,
36 .Pa /etc/master.passwd )
37 determines session accounting, resource limits and user environment settings.
38 It is used by various programs in the system to set up a user's login
39 environment and to enforce policy, accounting and administrative restrictions.
40 It also provides the means by which users are able to be
41 authenticated to the system and the types of authentication available.
42 Attributes in addition to the ones described here are available with
43 third-party packages.
44 .Pp
45 A special record "default" in the system user class capability database
46 .Pa /etc/login.conf
47 is used automatically for any
48 non-root user without a valid login class in
49 .Pa /etc/master.passwd .
50 A user with a uid of 0 without a valid login class will use the record
51 "root" if it exists, or "default" if not.
52 .Pp
53 In
54 .Fx ,
55 users may individually create a file called
56 .Pa .login_conf
57 in their home directory using the same format, consisting of a single
58 entry with a record id of "me".
59 If present, this file is used by
60 .Xr login 1
61 to set user-defined environment settings which override those specified
62 in the system login capabilities database.
63 Only a subset of login capabilities may be overridden, typically those
64 which do not involve authentication, resource limits and accounting.
65 .Pp
66 Records in a class capabilities database consist of a number of
67 colon-separated fields.
68 The first entry for each record gives one or more names that a record is
69 to be known by, each separated by a '|' character.
70 The first name is the most common abbreviation.
71 The last name given should be a long name that is more descriptive
72 of the capability entry, and all others are synonyms.
73 All names but the last should be in lower case and contain no blanks;
74 the last name may contain upper case characters and blanks for
75 readability.
76 .Pp
77 Note that since a colon
78 .Pq Ql :\&
79 is used to separate capability entries, a
80 .Ql \ec
81 escape sequence must be used to embed a literal colon in the
82 value or name of a capability.
83 .Pp
84 The default
85 .Pa /etc/login.conf
86 shipped with
87 .Fx
88 is an out of the box configuration.
89 Whenever changes to this, or
90 the user's
91 .Pa ~/.login_conf ,
92 file are made, the modifications will not be picked up until
93 .Xr cap_mkdb 1
94 is used to compile the file into a database.
95 This database file will have a
96 .Pa .db
97 extension and is accessed through
98 .Xr cgetent 3 .
99 See
100 .Xr getcap 3
101 for a more in-depth description of the format of a capability database.
102 .Sh CAPABILITIES
103 Fields within each record in the database follow the
104 .Xr getcap 3
105 conventions for boolean, type string
106 .Ql \&=
107 and type numeric
108 .Ql \&# ,
109 although type numeric is deprecated in favour of the string format and
110 either form is accepted for a numeric datum.
111 Values fall into the following categories:
112 .Bl -tag -width "program"
113 .It bool
114 If the name is present, then the boolean value is true; otherwise, it is
115 false
116 .It file
117 Path name to a data file
118 .It program
119 Path name to an executable file
120 .It list
121 A list of values (or pairs of values) separated by commas or spaces
122 .It path
123 A space or comma separated list of path names, following the usual csh
124 conventions (leading tilde with and without username being expanded to
125 home directories etc.)
126 .It number
127 A numeric value, either decimal (default), hexadecimal (with leading 0x),
128 or octal (with a leading 0).
129 With a numeric type, only one numeric value is allowed.
130 Numeric types may also be specified in string format (i.e., the capability
131 tag being delimited from the value by '=' instead of '#').
132 Whichever method is used, then all records in the database must use the
133 same method to allow values to be correctly overridden in interpolated
134 records.
135 .It size
136 A number which expresses a size.
137 The default interpretation of a value is the number of bytes, but a
138 suffix may specify alternate units:
139 .Bl -tag -offset indent -compact -width xxxx
140 .It b
141 explicitly selects 512-byte blocks
142 .It k
143 selects kilobytes (1024 bytes)
144 .It m
145 specifies a multiplier of 1 megabyte (1048576 bytes),
146 .It g
147 specifies units of gigabytes, and
148 .It t
149 represents terabytes.
150 .El
151 A size value is a numeric quantity and case of the suffix is not significant.
152 Concatenated values are added together.
153 .It time
154 A period of time, by default in seconds.
155 A prefix may specify a different unit:
156 .Bl -tag -offset indent -compact -width xxxx
157 .It y
158 indicates the number of 365 day years,
159 .It w
160 indicates the number of weeks,
161 .It d
162 the number of days,
163 .It h
164 the number of hours,
165 .It m
166 the number of minutes, and
167 .It s
168 the number of seconds.
169 .El
170 Concatenated values are added together.
171 For example, 2 hours and 40 minutes may be written either as
172 9600s, 160m or 2h40m.
173 .El
174 .Pp
175 The usual convention to interpolate capability entries using the special
176 .Em tc=value
177 notation may be used.
178 .Sh RESOURCE LIMITS
179 .Bl -column pseudoterminals indent indent
180 .It Sy "Name    Type    Notes   Description"
181 .It "coredumpsize       size            Maximum coredump size limit."
182 .It "cputime    time            CPU usage limit."
183 .It "datasize   size            Maximum data size limit."
184 .It "filesize   size            Maximum file size limit."
185 .It "maxproc    number          Maximum number of processes."
186 .It "memorylocked       size            Maximum locked in core memory size limit."
187 .It "memoryuse  size            Maximum of core memory use size limit."
188 .It "openfiles  number          Maximum number of open files per process."
189 .It "sbsize     size            Maximum permitted socketbuffer size."
190 .It "vmemoryuse size            Maximum permitted total VM usage per process."
191 .It "stacksize  size            Maximum stack size limit."
192 .It "pseudoterminals    number          Maximum number of pseudo-terminals."
193 .It "swapuse    size            Maximum swap space size limit."
194 .El
195 .Pp
196 These resource limit entries actually specify both the maximum
197 and current limits (see
198 .Xr getrlimit 2 ) .
199 The current (soft) limit is the one normally used, although the user is
200 permitted to increase the current limit to the maximum (hard) limit.
201 The maximum and current limits may be specified individually by appending a
202 -max or -cur to the capability name.
203 .Sh ENVIRONMENT
204 .Bl -column ignorenologin indent xbinxxusrxbin
205 .It Sy "Name    Type    Notes   Description"
206 .It "charset    string          Set $MM_CHARSET environment variable to the specified"
207 value.
208 .It "cpumask    string          List of cpus to bind the user to."
209 The syntax is the same as for the
210 .Fl l
211 argument of
212 .Xr cpuset 1
213 or the word
214 .Ql default .
215 If set to
216 .Ql default
217 no action is taken.
218 .It "hushlogin  bool    false   Same as having a ~/.hushlogin file."
219 .It "ignorenologin      bool    false   Login not prevented by nologin."
220 .It "ftp-chroot bool    false   Limit FTP access with"
221 .Xr chroot 2
222 to the
223 .Ev HOME
224 directory of the user.
225 See
226 .Xr ftpd 8
227 for details.
228 .It "label      string          Default MAC policy; see"
229 .Xr maclabel 7 .
230 .It "lang       string          Set $LANG environment variable to the specified value."
231 .It "manpath    path            Default search path for manpages."
232 .It "nocheckmail        bool    false   Display mail status at login."
233 .It "nologin    file            If the file exists it will be displayed and"
234 the login session will be terminated.
235 .It "path       path    /bin /usr/bin   Default search path."
236 .It "priority   number          Initial priority (nice) level."
237 .It "requirehome        bool    false   Require a valid home directory to login."
238 .It "setenv     list            A comma-separated list of environment variables and"
239 values to which they are to be set.
240 .It "shell      prog            Session shell to execute rather than the"
241 shell specified in the passwd file.
242 The SHELL environment variable will
243 contain the shell specified in the password file.
244 .It "term       string          Default terminal type if not able to determine"
245 from other means.
246 .It "timezone   string          Default value of $TZ environment variable."
247 .It "umask      number  022     Initial umask. Should always have a leading 0 to"
248 ensure octal interpretation.
249 .It "welcome    file    /etc/motd       File containing welcome message."
250 .El
251 .Sh AUTHENTICATION
252 .Bl -column passwd_prompt indent indent
253 .It Sy "Name    Type    Notes   Description"
254 .\" .It "approve        program         Program to approve login.
255 .It "copyright  file            File containing additional copyright information"
256 .It "host.allow list            List of remote host wildcards from which users in"
257 the class may access.
258 .It "host.deny  list            List of remote host wildcards from which users"
259 in the class may not access.
260 .It "login_prompt       string          The login prompt given by"
261 .Xr login 1
262 .It "login-backoff      number  3       The number of login attempts"
263 allowed before the backoff delay is inserted after each subsequent
264 attempt.
265 The backoff delay is the number of tries above
266 .Em login-backoff
267 multiplied by 5 seconds.
268 .It "login-retries      number  10      The number of login attempts"
269 allowed before the login fails.
270 .It "passwd_format      string  sha512  The encryption format that new or"
271 changed passwords will use.
272 Valid values include "des", "md5", "blf", "sha256" and "sha512"; see
273 .Xr crypt 3
274 for details.
275 NIS clients using a
276 .No non- Ns Fx
277 NIS server should probably use "des".
278 .It "passwd_prompt      string          The password prompt presented by"
279 .Xr login 1
280 .It "times.allow        list            List of time periods during which"
281 logins are allowed.
282 .It "times.deny list            List of time periods during which logins are"
283 disallowed.
284 .It "ttys.allow list            List of ttys and ttygroups which users"
285 in the class may use for access.
286 .It "ttys.deny  list            List of ttys and ttygroups which users"
287 in the class may not use for access.
288 .It "warnexpire time            Advance notice for pending account expiry."
289 .It "warnpassword       time            Advance notice for pending password expiry."
290 .\".It "widepasswords   bool    false   Use the wide password format. The wide password
291 .\" format allows up to 128 significant characters in the password.
292 .El
293 .Pp
294 These fields are intended to be used by
295 .Xr passwd 1
296 and other programs in the login authentication system.
297 .Pp
298 Capabilities that set environment variables are scanned for both
299 .Ql \&~
300 and
301 .Ql \&$
302 characters, which are substituted for a user's home directory and name
303 respectively.
304 To pass these characters literally into the environment variable, escape
305 the character by preceding it with a backslash '\\'.
306 .Pp
307 The
308 .Em host.allow
309 and
310 .Em host.deny
311 entries are comma separated lists used for checking remote access to the system,
312 and consist of a list of hostnames and/or IP addresses against which remote
313 network logins are checked.
314 Items in these lists may contain wildcards in the form used by shell programs
315 for wildcard matching (See
316 .Xr fnmatch 3
317 for details on the implementation).
318 The check on hosts is made against both the remote system's Internet address
319 and hostname (if available).
320 If both lists are empty or not specified, then logins from any remote host
321 are allowed.
322 If host.allow contains one or more hosts, then only remote systems matching
323 any of the items in that list are allowed to log in.
324 If host.deny contains one or more hosts, then a login from any matching hosts
325 will be disallowed.
326 .Pp
327 The
328 .Em times.allow
329 and
330 .Em times.deny
331 entries consist of a comma-separated list of time periods during which the users
332 in a class are allowed to be logged in.
333 These are expressed as one or more day codes followed by a start and end times
334 expressed in 24 hour format, separated by a hyphen or dash.
335 For example, MoThSa0200-1300 translates to Monday, Thursday and Saturday between
336 the hours of 2 am and 1 p.m..
337 If both of these time lists are empty, users in the class are allowed access at
338 any time.
339 If
340 .Em times.allow
341 is specified, then logins are only allowed during the periods given.
342 If
343 .Em times.deny
344 is specified, then logins are denied during the periods given, regardless of whether
345 one of the periods specified in
346 .Em times.allow
347 applies.
348 .Pp
349 Note that
350 .Xr login 1
351 enforces only that the actual login falls within periods allowed by these entries.
352 Further enforcement over the life of a session requires a separate daemon to
353 monitor transitions from an allowed period to a non-allowed one.
354 .Pp
355 The
356 .Em ttys.allow
357 and
358 .Em ttys.deny
359 entries contain a comma-separated list of tty devices (without the /dev/ prefix)
360 that a user in a class may use to access the system, and/or a list of ttygroups
361 (See
362 .Xr getttyent 3
363 and
364 .Xr ttys 5
365 for information on ttygroups).
366 If neither entry exists, then the choice of login device used by the user is
367 unrestricted.
368 If only
369 .Em ttys.allow
370 is specified, then the user is restricted only to ttys in the given
371 group or device list.
372 If only
373 .Em ttys.deny
374 is specified, then the user is prevented from using the specified devices or
375 devices in the group.
376 If both lists are given and are non-empty, the user is restricted to those
377 devices allowed by ttys.allow that are not available by ttys.deny.
378 .Pp
379 The
380 .Em minpasswordlen
381 and
382 .Em minpasswordcase
383 facilities for enforcing restrictions on password quality, which used
384 to be supported by
385 .Nm ,
386 have been superseded by the
387 .Xr pam_passwdqc 8
388 PAM module.
389 .Sh RESERVED CAPABILITIES
390 The following capabilities are reserved for the purposes indicated and
391 may be supported by third-party software.
392 They are not implemented in the base system.
393 .Bl -column host.accounted indent indent
394 .It Sy "Name    Type    Notes   Description"
395 .It "accounted  bool    false   Enable session time accounting for all users"
396 in this class.
397 .It "auth       list    passwd  Allowed authentication styles."
398 The first item is the default style.
399 .It "auth-" Ns Ar type Ta "list         Allowed authentication styles for the"
400 authentication
401 .Ar type .
402 .It "autodelete time            Time after expiry when account is auto-deleted."
403 .It "bootfull   bool    false   Enable 'boot only if ttygroup is full' strategy"
404 when terminating sessions.
405 .It "daytime    time            Maximum login time per day."
406 .It "expireperiod       time            Time for expiry allocation."
407 .It "graceexpire        time            Grace days for expired account."
408 .It "gracetime  time            Additional grace login time allowed."
409 .It "host.accounted     list            List of remote host wildcards from which"
410 login sessions will be accounted.
411 .It "host.exempt        list            List of remote host wildcards from which"
412 login session accounting is exempted.
413 .It "idletime   time            Maximum idle time before logout."
414 .It "minpasswordlen     number  6       The minimum length a local"
415 password may be.
416 .It "mixpasswordcase    bool    true    Whether"
417 .Xr passwd 1
418 will warn the user if an all lower case password is entered.
419 .It "monthtime  time            Maximum login time per month."
420 .It "passwordtime       time            Used by"
421 .Xr passwd 1
422 to set next password expiry date.
423 .It "refreshtime        time            New time allowed on account refresh."
424 .It "refreshperiod      str             How often account time is refreshed."
425 .It "sessiontime        time            Maximum login time per session."
426 .It "sessionlimit       number          Maximum number of concurrent"
427 login sessions on ttys in any group.
428 .It "ttys.accounted     list            List of ttys and ttygroups for which"
429 login accounting is active.
430 .It "ttys.exempt        list            List of ttys and ttygroups for which login accounting"
431 is exempt.
432 .It "warntime   time            Advance notice for pending out-of-time."
433 .It "weektime   time            Maximum login time per week."
434 .El
435 .Pp
436 The
437 .Em ttys.accounted
438 and
439 .Em ttys.exempt
440 fields operate in a similar manner to
441 .Em ttys.allow
442 and
443 .Em ttys.deny
444 as explained
445 above.
446 Similarly with the
447 .Em host.accounted
448 and
449 .Em host.exempt
450 lists.
451 .Sh SEE ALSO
452 .Xr cap_mkdb 1 ,
453 .Xr login 1 ,
454 .Xr chroot 2 ,
455 .Xr getcap 3 ,
456 .Xr getttyent 3 ,
457 .Xr login_cap 3 ,
458 .Xr login_class 3 ,
459 .Xr pam 3 ,
460 .Xr passwd 5 ,
461 .Xr ttys 5 ,
462 .Xr ftpd 8 ,
463 .Xr pam_passwdqc 8