Home
last modified time | relevance | path

Searched refs:USE_SASL (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dconf.sh15 if [ x"$WITH_SASL" = x"yes" -a x"$USE_SASL" != x"no" ] ; then
17 if [ x"$USE_SASL" = x"yes" ] ; then
18 USE_SASL=DIGEST-MD5
20 SASL_MECH="\"saslmech=$USE_SASL\""
Dtest029-ldapglue31 if test $USE_SASL != "no" ; then
32 if test $USE_SASL = "yes" ; then
35 MECH="$USE_SASL"
190 if test $USE_SASL != "no" ; then
Dtest028-idassert36 if test $USE_SASL != "no" ; then
37 if test $USE_SASL = "yes" ; then
40 MECH="$USE_SASL"
226 if test $USE_SASL != "no" ; then
Ddefines.sh54 USE_SASL=${SLAPD_USE_SASL-no}