Skip to content

XACML Architecture that uses a PAM Module for the PEP and user authentication

Notifications You must be signed in to change notification settings

Bojak4616/XACML_User_Authentication

Repository files navigation

XACML_User_Authentication

XACML Architecture that uses a PAM Module for the PEP and user authentication

BIG Shoutout to https://github.com/chevah/simple-pam for making this easier

Instructions

1.Create a pam config in /etc/pam.d/first_pam

auth requisite first_pam.so
account requisite first_pam.so

2.Compile things

./buildPam

./buildTest

3.Start up order - important

pip install -r requirements.txt

python pdp.py

python pip.py

./pam_test [username]

4.Login with Password and Account Creation Date (YYYYMMDD)

Notes

About

XACML Architecture that uses a PAM Module for the PEP and user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published