Browse Source

Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".

If there is no login.conf or it is corrupt we don't want to make
any assumptions about kerberos.  By request of deraadt@
OPENBSD_3_2
millert 22 years ago
parent
commit
73f8e3c654
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/login_cap.h

+ 2
- 2
src/include/login_cap.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: login_cap.h,v 1.8 2002/06/03 12:14:30 deraadt Exp $ */
/* $OpenBSD: login_cap.h,v 1.9 2002/08/02 23:56:44 millert Exp $ */
/*-
* Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved.
@ -38,7 +38,7 @@
#define _LOGIN_CAP_H_
#define LOGIN_DEFCLASS "default"
#define LOGIN_DEFSTYLE "krb4-or-pwd"
#define LOGIN_DEFSTYLE "passwd"
#define LOGIN_DEFSERVICE "login"
#define LOGIN_DEFUMASK 022
#define _PATH_LOGIN_CONF "/etc/login.conf"


Loading…
Cancel
Save