项目作者: mateuszwlosek

项目描述 :
LDAP + Spring Boot
高级语言: Java
项目地址: git://github.com/mateuszwlosek/ldap-example.git
创建时间: 2020-07-03T18:14:32Z
项目社区:https://github.com/mateuszwlosek/ldap-example

开源协议:

下载


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

  1. Build services:
    docker-compose build
  2. Run services:
    docker-compose up

Important endpoints: