mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
8 lines
119 B
Python
Executable File
8 lines
119 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
import pam
|
|
import sys
|
|
import getpass
|
|
|
|
print(pam.authenticate(getpass.getuser(), sys.argv[1]));
|