Browse Source

Default login style is now krb4-or-pwd, not krb-or-pwd.

OPENBSD_3_0
millert 23 years ago
parent
commit
f73465dedd
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.4 2001/01/01 21:50:11 millert Exp $ */
/* $OpenBSD: login_cap.h,v 1.5 2001/06/30 15:41:51 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 "krb-or-pwd"
#define LOGIN_DEFSTYLE "krb4-or-pwd"
#define LOGIN_DEFSERVICE "login"
#define LOGIN_DEFUMASK 022
#define _PATH_LOGIN_CONF "/etc/login.conf"


Loading…
Cancel
Save