From 951748e1bae78a3c7947a20df750f5e306f5e6c4 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Fri, 19 Dec 2014 01:02:38 +0200 Subject: [PATCH] ldap: Update login.conf template from OpenBSD 5.6 --- ldap/templates/login.conf.erb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ldap/templates/login.conf.erb b/ldap/templates/login.conf.erb index 3544fe2..2cc480e 100644 --- a/ldap/templates/login.conf.erb +++ b/ldap/templates/login.conf.erb @@ -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. @@ -7,9 +7,7 @@ # # Standard authentication styles: # -# krb5-or-pwd First try Kerberos V password, then 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 # the YP password if the user has one, else change the # local password) @@ -49,7 +47,7 @@ default:\ :maxproc-cur=128:\ :openfiles-cur=512:\ :stacksize-cur=4M:\ - :localcipher=blowfish,6:\ + :localcipher=blowfish,8:\ :ypcipher=old:\ :tc=auth-defaults:\ :tc=auth-ftp-defaults: @@ -63,9 +61,9 @@ daemon:\ :ignorenologin:\ :datasize=infinity:\ :maxproc=infinity:\ - :openfiles-cur=512:\ + :openfiles-cur=128:\ :stacksize-cur=8M:\ - :localcipher=blowfish,8:\ + :localcipher=blowfish,9:\ :tc=default: #