diff --git a/config/balance-config.h b/config/balance-config.h
index 0be58830f157bb1b1d1dbad9fb235b51e38dbca4..1e03f3d618e7a1f9df654a93951cb5c5c4786a47 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 7c233421e0d12e57933b07ebfa5ffc3add11c9c4..03db2b1a6f8753f7b1ceb56c5b902a431d203eee 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 0653c7623bbb5b5e01eac7a244d8ff5370a5aa68..4b779159aa0f4befc3922c07513a2612f929a0b3 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