This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# Gordon Young 2016 Checkout_Password.py | |
# | |
# This script demonstrates: | |
# 1. Authenticating to the Lieberman ERPM PAM / EPV API | |
# 3. Requesting & returning a password key by account & target ID | |
# | |
import ssl |