diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-07-30 11:35:24 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-07-30 11:35:24 +0200 |
commit | 78878f7608a6434877e58c07f90bc074f33ab95f (patch) | |
tree | efe0a9b298b84ee7f13065a3ee5e8a514c68154d | |
parent | Disable support for session chain in pam_unix for the whole of FreeBSD. (diff) | |
download | pambase-78878f7608a6434877e58c07f90bc074f33ab95f.tar.gz pambase-78878f7608a6434877e58c07f90bc074f33ab95f.tar.bz2 pambase-78878f7608a6434877e58c07f90bc074f33ab95f.zip |
Prettify.pambase-20080730
-rw-r--r-- | openpam-conf | 4 |
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__ */ |