Skip to content

Mirror repository of ldap-test-server

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mateuszkj/ldap-test-server

Repository files navigation

Tools for testing with OpenLDAP server

Crate for running integration tests

Command line tools for starting server

Dependencies

This crate depends on system commands that has to be available from $PATH

  • slapd
  • ldapadd
  • ldapmodify
  • ldapdelete

How to install slpad and ldap-utils on Ubuntu

DEBIAN_FRONTEND=noninteractive sudo apt-get install -y slapd ldap-utils
sudo systemctl stop slapd
sudo systemctl disable slapd
sudo ln -s /etc/apparmor.d/usr.sbin.slapd /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.slapd

or run:

just install-dev

License

Licensed under either of: