Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 243 Bytes

Dockerized ldap client

  • ssl enforced
  • based on opensuse:leap

minimal example

docker run --rm particlekit/ldap-client ldapsearch -w password \
-h ldap.forumsys.com -D 'uid=gauss,dc=example,dc=com' -b 'dc=example,dc=com'