This package is abandoned and no longer maintained. No replacement package was suggested.

An open source LDAP directory monitoring application.

dev-master 2020-03-31 13:50 UTC

README

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

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

68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4469726563746f7279547265652f53636f75742e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4469726563746f7279547265652f53636f75742f6d61737465722e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469726563746f7279747265652f73636f75742e7376673f7374796c653d666c61742d737175617265

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