Giter VIP home page Giter VIP logo

directorymanager's Introduction

Directory Manager

Directory Manager is a web-based management portal for Active Directory administrators. The project is built on the Laravel PHP framework and uses the ADLDAP2 library to communicate with Active Directory.

The project is maintained and written by Duncan McClean. Contributions are welcome!

Setup

To set this project up on your own computer or server you will require the following installed:

  • PHP
  • Ngnix or Apache
  • MySQL
  • Composer
  • Node

You will also need an Microsoft Active Directory or LDAP domain controller. However, if you have no domain controller on your network, there is a read-only one you can use.

Once you have the above prerequisites, then you can follow these steps to getting Directory Manager setup on your computer.

  1. Clone this project onto your computer git clone https://github.com/damcclean/DirectoryManager
  2. Change into the directory where you clone this to cd DirectoryManager
  3. Run composer install and npm install
  4. Rename the .env.example file to .env
  5. In the .env file, fill out your database details and details to authenticate with your Active Directory/LDAP domain controller.
ADLDAP_CONTROLLERS=
ADLDAP_BASEDN=OU=
ADLDAP_ADMIN_USERNAME=
ADLDAP_ADMIN_PASSWORD=
  1. Generate a laravel app key by running php artisan key:generate
  2. Migrate your databases php artisan migrate
  3. Complete!

Contributing

Contributors are welcome!

If you would like to contribute, follow this process:

  1. Fork this repository and get a local version running on your computer.
  2. Make your changes
  3. Create a pull request. Please remember to add the issue number (if there is an issue) to a PR so they can be easilly idenified.

Things to work on

If you eager to help, you can either look on our Projects boards for anything to implement or look at our issues and try to fix one of those.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.