Skip to content

phasnox/sample_openldap_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TLDR

You can just run

docker-compose up -d

Sample LDAP Server

This is a sample LDAP server with many users for testing. It was taken from the docker config provided by this

You can use the createcerts.sh script to create new certificates.

Config

  • bind_credential: Use anonymous
  • bind_dn: Use anonymous
  • bind_type: :anon
  • certificate: Use openldapCA.crt
  • host: "localhost"
  • is_guid: false
  • port: 1636
  • rdn_attribute: "cn"
  • search_scope: :subtree
  • ssl: true
  • user_object_classes: "inetOrgPerson,posixAccount,shadowAccount"
  • username_attribute: "uid"
  • users_dn: "dc=example,dc=org"
  • uuid_attribute: "entryUUID"
  • verify_hostname: false

About

Sample openldap server with 1000 test users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages