]> git.sur5r.net Git - openldap/blob - tests/scripts/test005-modrdn
Extend TLS/SSL detection for use RSAref if necessary.
[openldap] / tests / scripts / test005-modrdn
1 #!/bin/sh
2
3 if [ $# -eq 0 ]; then
4         SRCDIR="."
5 else
6         SRCDIR=$1; shift
7 fi
8 if [ $# -eq 1 ]; then
9         BDB2=$1; shift
10 fi
11
12 . $SRCDIR/scripts/defines.sh $SRCDIR $BDB2
13
14 echo "modrdn test not yet written"
15 exit 0