1 # Hey Emacs, this is a -*- shell-script -*- !!!
3 defconf AD_ADMIN_PASS "p@ssw0rd" \
4 "<pass>" "Administrator password"
6 defconf AD_FUNCTION_LEVEL "2008" \
7 "<2003|2008|2008_R2>" "Domain and Forest function level"
9 defconf AD_NETBIOS_NAME "samba4" \
10 "<string>" "NetBIOS name to use for AD server"
12 node_name_format_ad ()
17 printf '%sad%d' "$cluster" "$index"
20 cluster_setup_tasks_ad ()
23 install_packages) echo "ad" ;;
24 setup_clusterfs) echo "" ;;
25 setup_node) echo "ad" ;;
26 setup_cluster) echo "" ;;