Skip to content
Snippets Groups Projects
Commit 5a2dde81 authored by Matt Johnston's avatar Matt Johnston
Browse files

PAM shouldn't be on by default

--HG--
extra : convert_revision : 44714b1a34bf7833e6f2e4fd1c81ceaacccb15bd
parent 4fc5a528
No related merge requests found
...@@ -149,9 +149,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ ...@@ -149,9 +149,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
* but there's an interface via a PAM module - don't bother using it otherwise. * but there's an interface via a PAM module - don't bother using it otherwise.
* You can't enable both PASSWORD and PAM. */ * You can't enable both PASSWORD and PAM. */
/*#define ENABLE_SVR_PASSWORD_AUTH*/ #define ENABLE_SVR_PASSWORD_AUTH
/* PAM requires ./configure --enable-pam */ /* PAM requires ./configure --enable-pam */
#define ENABLE_SVR_PAM_AUTH /*#define ENABLE_SVR_PAM_AUTH*/
#define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_SVR_PUBKEY_AUTH
/* Wether to ake public key options in authorized_keys file into account */ /* Wether to ake public key options in authorized_keys file into account */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment