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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh3546 dcstmp=`basename "${lower_entry}" "${lower_suff}"`
3547 if [ "${dcstmp}" = "${lower_entry}" ]; then
4784 dcstmp=`basename "${LOWER_BASEDN}" "${LOWER_SUFFIX}"`
4785 if [ "$dcstmp" = "${LOWER_BASEDN}" ]; then
4797 # use dcstmp to count the loop, and dcstmp2 to get the correct
4801 while [ -n "${dcstmp}" ]
4808 dcstmp=`${ECHO} "$dcstmp" | cut -f2- -d','`
4810 ${ECHO} "dcs: ${dcs}\ndcstmp: ${dcstmp}\ndcstmp2: ${dcstmp2}\n"
4817 dcstmp
[all...]

Completed in 67 milliseconds