项目作者: mateuszwlosek
项目描述 :
LDAP + Spring Boot
高级语言: Java
项目地址: git://github.com/mateuszwlosek/ldap-example.git
LDAP - Example
Example of LDAP server with Spring Boot example service using it.
Used Docker to containerize environment.
LDAP
- Created basic user and group initialization files. This will prepare basic data for testing. They were split into 3 files, as it was problematic to specify which entry should be created first and incorrect order would make ldap fail at start.
Example service
- Has only one example endpoint
- All endpoints require role/group: developer
- User passwords are encoded via bcrypt
How to run the environment?
Before you start
- Make sure you have
Docker
and docker-compose
installed.
Docker CE INSTALLATION
Docker Compose INSTALLATION
Start the environment
- Build services:
docker-compose build
- Run services:
docker-compose up
Important endpoints: