directorytree / scout
An open source LDAP directory monitoring application.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 5
Forks: 2
Open Issues: 7
Type:project
Requires
- php: ^7.2
- ext-json: *
- ext-ldap: *
- consoletvs/charts: 6.*
- davejamesmiller/laravel-breadcrumbs: ^5.3
- directorytree/ldaprecord: dev-master
- fideloper/proxy: ^4.0
- larapacks/setting: ^2.0
- laravel/framework: ^6.0
- laravel/ui: ^1.0
- spatie/array-to-xml: ^2.11
- spatie/laravel-html: ^2.24
- spatie/valuestore: ^1.2
Requires (Dev)
- facade/ignition: 1.11.1
- fzaninotto/faker: ^1.4
- laravel/tinker: ^1.0
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2020-07-05 03:36:51 UTC
README
🚨 This repository has been rebuilt, renamed and moved to Watchdog 🚨
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