aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openpam-conf')
-rw-r--r--openpam-conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/openpam-conf b/openpam-conf
index 83b682d..8c384d5 100644
--- a/openpam-conf
+++ b/openpam-conf
@@ -12,9 +12,13 @@
# endif
# if __FreeBSD__ < 7
-# define SUPPORT_UNIX_SESSION 1
+# define SUPPORT_UNIX_SESSION 1
+# define SUPPORT_NOLOGIN_ACCOUNT 1
+# define SUPPORT_NOLOGIN_AUTH 0
# else
-# define SUPPORT_UNIX_SESSION 0
+# define SUPPORT_UNIX_SESSION 0
+# define SUPPORT_NOLOGIN_ACCOUNT 0
+# define SUPPORT_NOLOGIN_AUTH 1
# endif
#endif