diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2005-04-28 06:37:23 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2005-04-28 06:37:23 +0000 |
commit | cd8966e5876dadf35d23d6ad4a58a823386aa2aa (patch) | |
tree | d435b04c0839f7ee6e4c1a58bc68a6121bb0b018 | |
parent | c958f7dd351daa95e1a9f5332565b4ced6d60c58 (diff) |
chpass will not change the kerberos password
ok jmc@ millert@
-rw-r--r-- | etc/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/login.conf b/etc/login.conf index cd424863d48..9973117beaa 100644 --- a/etc/login.conf +++ b/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 |