LDAP account manager

clement 7f115971c6 Fixing a bug where only one ssh key was displayed (even though user had more than one) před 2 roky
includes 0e256c41e3 Adding base logic for managing ssh keys před 2 roky
public eddfb09cae SSH Keys are now fetched and displayed on the ssh managing page před 2 roky
src d2113773b0 Adding form and logic for adding a new ssh key před 2 roky
templates 7f115971c6 Fixing a bug where only one ssh key was displayed (even though user had more than one) před 2 roky
.gitignore 6ee763bb34 Inital commit před 2 roky
CONTRIBUTING.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) před 2 roky
README.md 49e78acb3a Adding readme and contributing + fixed type (binddn --> basedn) před 2 roky
composer.json 0d2afa8988 Adding routing package před 2 roky
composer.lock 0d2afa8988 Adding routing package před 2 roky

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.