Lines Matching refs:master
39 printf "\t$(gettext "-e: Encryption type used to encrypt the master key")\n"
41 printf "\t$(gettext "-p: File that contains the admin principal and master key password.")\n"
46 printf "\t$(gettext "create [ master ]")\n"
189 if [[ $master = yes ]]; then
223 if [[ $master = yes ]]; then
422 if [[ $master = yes ]]; then
484 printf "\n$(gettext "Could not receive updates from the master").\n"
488 printf "$(gettext "Waiting for database from master")...\n"
709 create) master=yes;;
710 "create master") master=yes;;
741 if [[ -z $master && -z $slave ]]; then
742 query "$(gettext "Is this machine to be configured as a master?"): \c"
743 master=$answer
749 printf "\n$(gettext "Machine must either be a master or a slave KDC server").\n"
756 printf "$(gettext "What is the master KDC's host name?"): \c"