From abf0ef3f1c250dba8cd7180e2a59f8dab4d72be6 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 25 May 2017 20:32:47 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d27f963..6822945 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,8 @@ -pam-custom -========== +# PAM for Portal +This is a simple project with the goal of allowing Linux PAM authentication using the Portal API. -This is a collection of instructions and simple example scripts to help -customize the login to a Linux box with pam, using *libpam-python* and/or -*libpam-script*. -It is a work-in-progress, and new ideas and hints are welcome. - -The instructions and the scripts have been tested with Ubuntu 12.04 LTS. -Run them at your risk. - -Installation ------------- +## Installation Since working with PAM can lead to problems in authentication, keep a shell with root access open while experimenting.