Sha256: 9605f92a5251059d5223f9222f82deba4597c1024fd1d94453162ba0b87f04fc
Contents?: true
Size: 220 Bytes
Versions: 15
Compression:
Stored size: 220 Bytes
Contents
#!/usr/bin/env bash ## For OSX: PATH=$PATH:/usr/libexec if [[ $1 == "--ssl" ]]; then slapd -d 1 -f slapd-ssl-test.conf -h ldaps://localhost:3389 else slapd -d 1 -f slapd-test.conf -h ldap://localhost:3389 fi
Version data entries
15 entries across 15 versions & 3 rubygems