From 74516645f670bcefaab34749cf4230f3011e70e1 Mon Sep 17 00:00:00 2001 From: biorn <> Date: Thu, 28 Apr 2005 06:37:22 +0000 Subject: [PATCH] chpass will not change the kerberos password ok jmc@ millert@ --- src/etc/login.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/login.conf b/src/etc/login.conf index cd424863..9973117b 100644 --- a/src/etc/login.conf +++ b/src/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.19 2005/02/07 08:33:05 otto Exp $ +# $OpenBSD: login.conf,v 1.20 2005/04/28 06:37:22 biorn Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -11,8 +11,8 @@ # passwd Use only the local password file # krb5 Use only the Kerberos V password # chpass Do not authenticate, but change users password (change -# the kerberos password if the user has one, else change -# the local password) +# the YP password if the user has one, else change the +# local password) # lchpass Do not login; change user's local password instead # radius Use radius authentication # skey Use S/Key authentication