Face authentication Call Program
Purpose: Create a C/C++ program that calls the face authentication python script and executes the necessary pam function based on the output.
Outcomes
You should have a C/C++ script that calls the necessary Python program and also performs the necessary authentication protocols such as authenticate, session, account management etc.
Steps To Complete
- Insert a function for calling the Python script.
- Read the outputs that are received from the Python outputs.
- Based on the output, which will probably be a boolean output, perform further PAM functions necessary.
- Document your process and outcomes.
Acceptance Criteria
It will be considered valid if the program successfully carries out an authentication program in the terminal.