Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / etc / default.login
1 #
2 # Sample /etc/default/login file, read by the login program
3 #
4 # For more info consult SysV login(1)
5 #
6 # Most things are environment variables.
7 # HZ and TZ are set only if they are still uninitialized.
8
9 # This really variable TZ
10 #TIMEZONE=EST5EDT
11
12 #HZ=100
13
14 # File size limit, se ulimit(2).
15 # Note that the limit must be specified in units of 512-byte blocks.
16 #ULIMIT=0
17
18 # If CONSOLE is set, root can only login on that device.
19 # When not set root can log in on any device.
20 #CONSOLE=/dev/console
21
22 # PASSREQ determines if login requires a password.
23 PASSREQ=YES
24
25 # ALTSHELL, really set SHELL=/bin/bash or other shell
26 # Extension: when ALTSHELL=YES, we set the SHELL variable even if it is /bin/sh
27 ALTSHELL=YES
28
29 # Default PATH
30 #PATH=/usr/bin:
31
32 # Default PATH for root user
33 #SUPATH=/usr/sbin:/usr/bin
34
35 # TIMEOUT sets the number of seconds (between 0 and 900) to wait before
36 # abandoning a login session.
37
38 #TIMEOUT=300
39
40 # Use this for default umask(2) value
41 #UMASK=022
42
43 # Sleeptime between failed logins
44 # SLEEPTIME
45
46 # Maximum number of failed login attempts, well the user can always reconnect
47 # MAXTRYS