LDAP account manager

Clément Krebs 0432e50e4b Merge branch 'refactoring' of clement/BIM into master il y a 2 ans
includes 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) il y a 2 ans
public eb10415dc7 Refactoring il y a 2 ans
src eb10415dc7 Refactoring il y a 2 ans
templates eb10415dc7 Refactoring il y a 2 ans
.gitignore 6ee763bb34 Inital commit il y a 2 ans
CONTRIBUTING.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) il y a 2 ans
README.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) il y a 2 ans
composer.json 0d2afa8988 Adding routing package il y a 2 ans
composer.lock 0d2afa8988 Adding routing package il y a 2 ans

README.md

BIM

Bretzel Identity Manager ou BIM Identity Manager

  1. Installation
  2. Contributing

Installation

  • Clone this repo and serve the files with a web server. Make sure to exclude: /vendor/ templates and includes
  • Rename includes/config.ini.example to includes/config.ini and edit the file with your parameters

Example using caddy behind HTTPS reverse proxy

http://bim.example.org {
	
  @blocked {
	path /vendor/* /templates/* /includes/*
  }

  respond @blocked 403

  handle {
    root * /srv/bim
    php_fastcgi caddy-phpfpm:9000 {
	index signin.php
    }
  }
}

BIM will be accessible using bim.example.org.

Contributing

Please refer to this page.