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

/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh2346 DMN=`basename $entry`
2347 if [ -d "/var/yp/$DMN" ] && [ -f "/var/yp/binding/$DMN/ypservers" ]
2349 VARYP_DMN_LIST="$VARYP_DMN_LIST $DMN"
2371 for DMN in $VARYP_DMN_LIST
2373 get_confirm "Do you want to store maps from ${DMN} domain to LDAP (y/n/h):" \
2377 N2L_DMN_LIST[count]=$DMN
2415 DMN=${N2L_DMN_LIST[count]}
2416 MAPDIR=/var/yp/${DMN}
2444 get_confirm "Do you want the mapping information to be generated for \"$MAP\" map of $DMN domai
[all...]

Completed in 60 milliseconds