Home
last modified time | relevance | path

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
4801 while [ -n "${dcstmp}" ]
4808 dcstmp=`${ECHO} "$dcstmp" | cut -f2- -d','`
4817 dcstmp=`${ECHO} "${dcs}" | cut -f2- -d','`
4832 dc=`${ECHO} "${dcstmp}" | cut -f1 -d','`
4833 dcstmp=`${ECHO} "${dcstmp}" | cut -f2- -d','`
4873 dc=`${ECHO} "${dcstmp}" | cut -f1 -d','`
[all …]