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

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

1.4     ! millert     1: # $OpenBSD: login.conf,v 1.3 2000/10/09 23:22:15 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
        !             8: auth-defaults:auth=krb-or-pwd,passwd,skey,chpass,lchpass:
        !             9:
        !            10: # Default authentication methods for ftp
        !            11: auth-ftp-defaults:auth-ftp=krb-or-pwd,passwd,skey:
        !            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:\
        !            27:        :tc=auth-defaults:\
        !            28:        :tc=auth-ftp-defaults:
1.1       millert    29:
                     30: #
                     31: # Settings used by /etc/rc and root
                     32: # This must be set properly for daemons started as root by inetd as well.
                     33: # Be sure reset these values back to system defaults in the default class!
                     34: #
                     35: daemon:\
                     36:        :ignorenologin:\
                     37:        :datasize=infinity:\
                     38:        :maxproc=infinity:\
                     39:        :openfiles-cur=128:\
                     40:        :stacksize-cur=8M:\
                     41:        :tc=default:
                     42:
                     43: #
                     44: # Staff have fewer restrictions and can login even when nologins are set.
                     45: #
                     46: staff:\
                     47:        :datasize-cur=64M:\
                     48:        :datasize-max=infinity:\
1.3       millert    49:        :maxproc-max=256:\
                     50:        :maxproc-cur=128:\
1.1       millert    51:        :ignorenologin:\
                     52:        :requirehome@:\
                     53:        :tc=default: