70717273747576
System.out.println("---------------------------------------"); System.out.println( "\nDelete current settings for this DN and then continue " + "as a fresh addition? y/n"); return new UserQuestions().getUserYesNo(); }
123124125126127128129
throw new Exception("No valid groups, can not add."); } promptbuf.append("\nChoose a number: "); return new UserQuestions().getInt(promptbuf.toString(), 1, numValid); }