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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dconf.sh24 if [ x"$WITH_SASL" = x"yes" -a x"$USE_SASL" != x"no" ] ; then
26 if [ x"$USE_SASL" = x"yes" ] ; then
27 USE_SASL=DIGEST-MD5
29 SASL_MECH="\"saslmech=$USE_SASL\""
H A 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
H A Dtest028-idassert41 if test $USE_SASL != "no" ; then
42 if test $USE_SASL = "yes" ; then
45 MECH="$USE_SASL"
220 if test $USE_SASL != "no" ; then
H A Ddefines.sh46 USE_SASL=${SLAPD_USE_SASL-no}

Completed in 109 milliseconds