Skip to content

Charg/ExpiredIPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpiredIPA

This script sends an email to users whose password is about to expire. It provides a link to your IPA instance as well as a GIF showing how to reset your password. Additionally, it sends a small report to administrators notifying them whose passwords are expired as well as users that are disabled.

Usage

The script can be run standalone or by cron. When using cron and a virtual environment I had to use the following command:

echo 'source /home/username/.venv/ExpiredIPA/bin/activate; python /home/username/scripts/ExpiredIPA/expired.py > /tmp/cronlog_ExpiredIPA.txt 2>&1' | /bin/bash

About

Locate and email users that are about to expire in IPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages