Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
/ Scout Public archive

Scout is a free, open-source LDAP auditing application.

License

Notifications You must be signed in to change notification settings

DirectoryTree/Scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f43aa2 Β· Mar 31, 2020
Feb 10, 2020
Sep 12, 2019
Dec 6, 2019
Jan 17, 2020
Jan 18, 2020
Jan 18, 2020
Dec 12, 2019
Oct 10, 2019
Dec 18, 2019
Oct 10, 2019
Sep 12, 2019
Dec 11, 2019
Dec 18, 2019
Sep 12, 2019
Sep 12, 2019
Oct 22, 2019
Sep 12, 2019
Dec 6, 2019
Nov 15, 2019
Mar 31, 2020
Sep 12, 2019
Dec 18, 2019
Jan 2, 2020
Nov 20, 2019
Oct 17, 2019
Nov 21, 2019
Oct 11, 2019
Sep 12, 2019
Sep 20, 2019
Oct 17, 2019

Repository files navigation

🚨 This repository has been rebuilt, renamed and moved to Watchdog 🚨

Scout Logo
Scout audits your LDAP directory so you don't have to.

About Scout

🚨 Scout is still in heavy development - it is not ready for production. 🚨

Scout is a web application that periodically scans your LDAP directory, detecting and logging all changes that occur to objects and their attributes. Scout comes with great features that will help you and your IT team:

  • Automated domain wide change notifications
  • Completely customizable notifiers to generate notifications based on conditions
  • Automated password notifications. Know when user passwords have been changed, preventing security issues
  • Automated password expiry notifications. Notify users when their password is about to expire
  • Perform password resets from a web UI, and notify the user of their new temporary password

Requirements

  • PHP >= 7.2
  • PHP LDAP Extension enabled
  • An LDAP Server

Installation

To install Scout, run the following git command to pull down the latest release:

git clone https://github.com/directorytree/scout

Then, navigate inside the created directory and run the following comamnd to install Scout's dependencies with Composer:

composer install