aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-13 22:34:50 -0500
committerMike Frysinger <vapier@gentoo.org>2015-02-13 22:34:50 -0500
commitadef1185caa1f372420d6dd71d4968115ae0e3bf (patch)
tree515e6df4c592177312f47b8d48df9ed20df5e74d /basic-conf
parentmake securetty optional (diff)
downloadpambase-adef1185caa1f372420d6dd71d4968115ae0e3bf.tar.gz
pambase-adef1185caa1f372420d6dd71d4968115ae0e3bf.tar.bz2
pambase-adef1185caa1f372420d6dd71d4968115ae0e3bf.zip
make nullok into a build time option
Diffstat (limited to 'basic-conf')
-rw-r--r--basic-conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/basic-conf b/basic-conf
index eaa1cb0..5ab72c0 100644
--- a/basic-conf
+++ b/basic-conf
@@ -29,6 +29,12 @@
#define LIKEAUTH
#endif
+#if WANT_NULLOK
+#define NULLOK nullok
+#else
+#define NULLOK
+#endif
+
#define KRB5_PARAMS DEBUG ignore_root try_first_pass
/* By using the extended Linux-PAM syntax for this, it is possible to