Skip to content

Notify users on Slack when their AD password is going to expire

Notifications You must be signed in to change notification settings

alexanderjlee/ad_pass_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ad_pass_bot

Notify users on Slack when their AD password is going to expire

Usage

  • Clone this repo and create your .env

    $ git clone git@github.com:jshapiro26/ad_pass_bot.git
    $ cd ad_pass_bot && cp .env_sample .env
    
  • Fill out your variables for each entry in the .env file

    $ docker pull jshapiro26/ad_pass_bot
    $ docker run -v $(pwd)/.env:/opt/ad_pass_bot/.env jshapiro26/ad_pass_bot
    
  • You can put this docker run command on a daily cron to automate it.

About

Notify users on Slack when their AD password is going to expire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%