Skip to content

enterprisecoding-ltd/container-openldap-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

openldap-clients

A simple Alpine linux container image with openldap-clients installed

Use following commands to build & push to Quay.io

docker build --pull -t quay.io/enterprisecoding/openldap-clients:latest .
docker push quay.io/enterprisecoding/openldap-clients:latest

Usage:

docker run -it --rm quay.io/enterprisecoding/openldap-clients -LLL -x -h "<HOST>" -D "<LDAP_USER>" -w "<PASSWORD>" -b "dc=enterprisecoding,dc=com" "(cn=Fatih Boy)" cn samaccountname userprinciplename mail

p.s.: replace HOST, LDAP_USER,PASSWORD with related values

About

Alpine linux container image with openldap-clients installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published