Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / lib / pam / examples / login / login.dfl
1 #ident  "@(#)login.dfl  1.8     96/02/02 SMI"   /* SVr4.0 1.1.1.1       */
2
3 # Set the TZ environment variable of the shell.
4 #
5 #TIMEZONE=EST5EDT
6
7 # Set the HZ environment variable of the shell.
8 #
9 HZ=100
10
11 # ULIMIT sets the file size limit for the login.  Units are disk blocks.
12 # The default of zero means no limit.
13 #
14 #ULIMIT=0
15
16 # If CONSOLE is set, root can only login on that device.
17 # Comment this line out to allow remote login by root.
18 #
19 CONSOLE=/dev/console
20
21 # PASSREQ determines if login requires a password.
22 #
23 PASSREQ=YES
24
25 # ALTSHELL determines if the SHELL environment variable should be set
26 #
27 ALTSHELL=YES
28
29 # PATH sets the initial shell PATH variable
30 #
31 #PATH=/usr/bin:
32
33 # SUPATH sets the initial shell PATH variable for root
34 #
35 #SUPATH=/usr/sbin:/usr/bin
36
37 # TIMEOUT sets the number of seconds (between 0 and 900) to wait before
38 # abandoning a login session.
39
40 #TIMEOUT=300
41
42 # UMASK sets the initial shell file creation mode mask.  See umask(1).
43 #
44 #UMASK=022
45
46 # SYSLOG determines whether the syslog(3) LOG_AUTH facility should be used
47 # to log all root logins at level LOG_NOTICE and multiple failed login
48 # attempts at LOG_CRIT.
49 #
50 SYSLOG=YES
51
52 # Set the number of weeks that the account is allowed to be
53 # idle before the system considers that your password has
54 # automatically expired
55 #
56 #IDLEWEEKS=