Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

DEMO LDAP Spring

  1. Start OpenLdap Server

    docker-compose -f ./openldap/docker-compose.yml up -d

    This will create the ldap server (localhost:389) as well as a web interface (localhost:3800) for interacting with the ldap server. The login credential is user = cn=admin,dc=example,dc=org, pass = admin.

  2. Start spring project

  3. Hit /auth/ldap with this body for authentication:

{
"username": "",
"password": ""
}
  1. Hit /user/{userId} to query a user in the LDAP directory.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages