[BACK]Return to login.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/login.conf, Revision 1.6

1.6     ! hin         1: # $OpenBSD: login.conf,v 1.5 2001/06/18 21:09:22 millert Exp $
1.1       millert     2:
                      3: #
                      4: # Sample login.conf file.  See login.conf(5) for details.
                      5: #
                      6:
1.4       millert     7: # Default authentication methods
1.6     ! hin         8: auth-defaults:auth=krb4-or-pwd,passwd,skey,chpass,lchpass:
1.4       millert     9:
                     10: # Default authentication methods for ftp
1.6     ! hin        11: auth-ftp-defaults:auth-ftp=krb4-or-pwd,passwd,skey:
1.4       millert    12:
1.1       millert    13: #
                     14: # Standard default entry.
                     15: # Any value changed in the daemon class should be reset in default
                     16: # class.
                     17: #
                     18: default:\
                     19:        :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\
                     20:        :umask=022:\
1.2       millert    21:        :datasize-max=256M:\
                     22:        :datasize-cur=64M:\
1.1       millert    23:        :maxproc-max=128:\
                     24:        :maxproc-cur=64:\
                     25:        :openfiles-cur=64:\
1.4       millert    26:        :stacksize-cur=4M:\
1.5       millert    27:        :localcipher=blowfish,6:\
                     28:        :ypcipher=old:\
1.4       millert    29:        :tc=auth-defaults:\
                     30:        :tc=auth-ftp-defaults:
1.1       millert    31:
                     32: #
                     33: # Settings used by /etc/rc and root
                     34: # This must be set properly for daemons started as root by inetd as well.
                     35: # Be sure reset these values back to system defaults in the default class!
                     36: #
                     37: daemon:\
                     38:        :ignorenologin:\
                     39:        :datasize=infinity:\
                     40:        :maxproc=infinity:\
                     41:        :openfiles-cur=128:\
                     42:        :stacksize-cur=8M:\
1.5       millert    43:        :localcipher=blowfish,8:\
1.1       millert    44:        :tc=default:
                     45:
                     46: #
                     47: # Staff have fewer restrictions and can login even when nologins are set.
                     48: #
                     49: staff:\
                     50:        :datasize-cur=64M:\
                     51:        :datasize-max=infinity:\
1.3       millert    52:        :maxproc-max=256:\
                     53:        :maxproc-cur=128:\
1.1       millert    54:        :ignorenologin:\
                     55:        :requirehome@:\
                     56:        :tc=default: