ldap: Update login.conf template from OpenBSD 5.6

This commit is contained in:
Ossi Salmi 2014-12-19 01:02:38 +02:00
parent 238afba156
commit 951748e1ba

View file

@ -1,4 +1,4 @@
# $OpenBSD: login.conf.in,v 1.6 2012/02/06 21:25:13 sobrado Exp $ # $OpenBSD: login.conf,v 1.2 2014/04/22 11:03:40 reyk Exp $
# #
# Sample login.conf file. See login.conf(5) for details. # Sample login.conf file. See login.conf(5) for details.
@ -7,9 +7,7 @@
# #
# Standard authentication styles: # Standard authentication styles:
# #
# krb5-or-pwd First try Kerberos V password, then local password file
# passwd Use only the local password file # passwd Use only the local password file
# krb5 Use only the Kerberos V password
# chpass Do not authenticate, but change users password (change # chpass Do not authenticate, but change users password (change
# the YP password if the user has one, else change the # the YP password if the user has one, else change the
# local password) # local password)
@ -49,7 +47,7 @@ default:\
:maxproc-cur=128:\ :maxproc-cur=128:\
:openfiles-cur=512:\ :openfiles-cur=512:\
:stacksize-cur=4M:\ :stacksize-cur=4M:\
:localcipher=blowfish,6:\ :localcipher=blowfish,8:\
:ypcipher=old:\ :ypcipher=old:\
:tc=auth-defaults:\ :tc=auth-defaults:\
:tc=auth-ftp-defaults: :tc=auth-ftp-defaults:
@ -63,9 +61,9 @@ daemon:\
:ignorenologin:\ :ignorenologin:\
:datasize=infinity:\ :datasize=infinity:\
:maxproc=infinity:\ :maxproc=infinity:\
:openfiles-cur=512:\ :openfiles-cur=128:\
:stacksize-cur=8M:\ :stacksize-cur=8M:\
:localcipher=blowfish,8:\ :localcipher=blowfish,9:\
:tc=default: :tc=default:
# #