From adef1185caa1f372420d6dd71d4968115ae0e3bf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Feb 2015 22:34:50 -0500 Subject: make nullok into a build time option --- basic-conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'basic-conf') 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 -- cgit v1.2.3-65-gdbad