From f9a91a5b158c4ca23f0099c9923cbaca12987d60 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Thu, 12 Sep 1991 15:47:13 +0000 Subject: [PATCH] Definierar nu ENCRYPT_PASSWORDS. --- config/balance-config.h | 3 ++- config/config-template.h | 9 ++++++++- config/sun4os4-config.h | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/config/balance-config.h b/config/balance-config.h index 0be58830f..1e03f3d61 100644 --- a/config/balance-config.h +++ b/config/balance-config.h @@ -1,5 +1,5 @@ /* - * $Id: balance-config.h,v 1.2 1991/08/30 10:00:14 ceder Exp $ + * $Id: balance-config.h,v 1.3 1991/09/12 15:47:13 ceder Exp $ * * This works on a Sequent Balance running Dynix 2.1.1. */ @@ -8,3 +8,4 @@ #define HAVE_GETDTABLESIZE #define HAVE_STRERROR +#define ENCRYPT_PASSWORDS diff --git a/config/config-template.h b/config/config-template.h index 7c233421e..03db2b1a6 100644 --- a/config/config-template.h +++ b/config/config-template.h @@ -1,5 +1,5 @@ /* - * $Id: config-template.h,v 1.3 1991/08/30 10:00:13 ceder Exp $ + * $Id: config-template.h,v 1.4 1991/09/12 15:47:12 ceder Exp $ * * This is a generic configuration file for LysKOM. */ @@ -42,3 +42,10 @@ #include <limits.h> /* Another. (I'm not sure that this */ #define MAX_OPEN_FD _POSIX_OPEN_MAX /* is correct - use at your own risk!*/ + + +/* + * Define ENCRYPT_PASSWORDS to encrypt the users password via crypt(3). + */ + +#define ENCRYPT_PASSWORDS diff --git a/config/sun4os4-config.h b/config/sun4os4-config.h index 0653c7623..4b779159a 100644 --- a/config/sun4os4-config.h +++ b/config/sun4os4-config.h @@ -1,5 +1,5 @@ /* - * $Id: sun4os4-config.h,v 1.2 1991/08/30 10:00:11 ceder Exp $ + * $Id: sun4os4-config.h,v 1.3 1991/09/12 15:47:10 ceder Exp $ * * Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1. * This is the configuration we are running at Lysator, so this is @@ -20,3 +20,4 @@ /* We have LOCALE. */ #define HAVE_LOCALE +#define ENCRYPT_PASSWORDS -- GitLab