Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

LDAP Admin User Group Managment GUI

License

NotificationsYou must be signed in to change notification settings

balemy/ldap-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildstatic analysisPowered by Yii 3 Framework

LDAP Commander

Username: <leave empty> · Password: secret

About

LDAP Commander is a web interface for managing LDAP servers. Currently only OpenLDAP is supported.

Features

  • Browse LDAP Structure
  • Create, Edit and Delete LDAP Entities
  • Automatic Schema Detection
  • Schema Viewer
  • Server Info
  • Entity Editor
    • Multi Value Support
    • Binary Attributes
    • SHA Password Hashing

Quickstart with Docker

Without LDAP Server:

wget -O config.php https://raw.githubusercontent.com/balemy/ldap-commander/main/config/ldap.example.phpdocker run -it --net='host' -p 8080:8080 -v ./config.php:/app/config/ldap.php balemy/ldap-commander

Docker Compose (with bundled LDAP Server and Example data):

mkdir /opt/ldap-commandercd /opt/ldap-commanderwget -O config.php https://raw.githubusercontent.com/balemy/ldap-commander/main/docker/config.phpwget -O docker-compose.yml https://raw.githubusercontent.com/balemy/ldap-commander/main/docker/docker-compose.ymlwget -O ldap-memberof.ldif https://raw.githubusercontent.com/balemy/ldap-commander/main/resources/ldap/bitnami-openldap-memberof.ldifwget -O ldap-example-data.ldif https://raw.githubusercontent.com/balemy/ldap-commander/main/resources/ldap/example.ldifmkdir openldap_datachmod 777 openldap_datadocker-compose up

Then open the following URL in your browser:http://localhost:8080

Quickstart with PHP & Composer

Requirements

  • PHP 8.1 with LDAP extension
  • Composer

Installation

git clone https://github.com/balemy/ldap-commander.git /opt/ldap-commandercd /opt/ldap-commandercomposer installvi .env

Startup

composer serve

Then open the following URL in your browser:http://localhost:8080

License

Please seeLICENSE for more information.


[8]ページ先頭

©2009-2025 Movatter.jp