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

/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh219 if [[ -z $short_fqdn ]]; then
222 printf "\t.$short_fqdn = $realm\n\n" 1>&3
276 if [[ -z $short_fqdn ]]; then
279 printf "\t.$short_fqdn = $realm\n\n" 1>&3
1783 short_fqdn=${domain#*.*}
1784 short_fqdn=$(echo $short_fqdn | grep "\.")

Completed in 55 milliseconds