aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openpam-conf11
1 files changed, 4 insertions, 7 deletions
diff --git a/openpam-conf b/openpam-conf
index a60581b..e38107c 100644
--- a/openpam-conf
+++ b/openpam-conf
@@ -10,16 +10,13 @@
# if defined(DEBUG)
# define DEBUG_NOLOGIN DEBUG
-# endif
-
-# if __FreeBSD__ < 7
-# define SUPPORT_NOLOGIN_ACCOUNT 1
-# define SUPPORT_NOLOGIN_AUTH 0
# else
-# define SUPPORT_NOLOGIN_ACCOUNT 0
-# define SUPPORT_NOLOGIN_AUTH 1
+# define DEBUG_NOLOGIN
# endif
+# define SUPPORT_NOLOGIN_ACCOUNT 1
+# define SUPPORT_NOLOGIN_AUTH 0
+
# if defined(WANT_SHA512)
# error "SHA512 support is not present for FreeBSD!"
# endif