This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Starting Apache DS using docker @ ldap://localhost:10389" | |
docker run --name json-deser-ldap -d -p 10389:10389 greggigon/apacheds | |
echo "... waiting 20 seconds to start Apache DS" | |
sleep 20 | |
# password: secret, if used with LDAP login | |
(cat <<"EOF" |