aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-30 11:35:24 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-30 11:35:24 +0200
commit78878f7608a6434877e58c07f90bc074f33ab95f (patch)
treeefe0a9b298b84ee7f13065a3ee5e8a514c68154d
parentDisable support for session chain in pam_unix for the whole of FreeBSD. (diff)
downloadpambase-78878f7608a6434877e58c07f90bc074f33ab95f.tar.gz
pambase-78878f7608a6434877e58c07f90bc074f33ab95f.tar.bz2
pambase-78878f7608a6434877e58c07f90bc074f33ab95f.zip
-rw-r--r--openpam-conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpam-conf b/openpam-conf
index dfdc84c..60debed 100644
--- a/openpam-conf
+++ b/openpam-conf
@@ -5,7 +5,7 @@
// OpenPAM only provides basic modules, it's FreeBSD that provides the
// extended modules, so check for FreeBSD building first.
#ifdef __FreeBSD__
-# define HAVE_LOGIN_ACCESS 1
+# define HAVE_LOGIN_ACCESS 1
# define SUPPORT_UNIX_SESSION 0
# if defined(DEBUG)
@@ -20,4 +20,4 @@
# define SUPPORT_NOLOGIN_AUTH 1
# endif
-#endif
+#endif /* __FreeBSD__ */