LDAP account manager

clement 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
includes 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
templates aa81226cbc Adding style to formpasswd page hace 2 años
.gitignore 6ee763bb34 Inital commit hace 2 años
CONTRIBUTING.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
README.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
auth.php 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
changepasswd.php 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) hace 2 años
composer.json 6ee763bb34 Inital commit hace 2 años
composer.lock 6ee763bb34 Inital commit hace 2 años
formpasswd.php f4883c28ac Added password change logic hace 2 años
home.php 3fdd8eaf04 Auth is working + added home page displaying username hace 2 años
signin.php f4883c28ac Added password change logic hace 2 años
signout.php bdab850577 Added sign out hace 2 años

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.