View | Details | Raw Unified | Return to bug 36749
Collapse All | Expand All

(-)a/alterator-auth/sbin/system-auth (-1 / +1 lines)
Lines 740-745 case "$action" in Link Here
740
        ad)
740
        ad)
741
            if  test -n "$1" ;then
741
            if  test -n "$1" ;then
742
                test -x "$net_cmd" || fatal "Cannot find $net_cmd executable required to join to Active Directory domain"
742
                test -x "$net_cmd" || fatal "Cannot find $net_cmd executable required to join to Active Directory domain"
743
                write_nsswitch "hosts" "files dns myhostname"
743
                # Check domain name in DNS
744
                # Check domain name in DNS
744
                check_domain_in_dns "$1" || exit 1
745
                check_domain_in_dns "$1" || exit 1
745
                write_profile "$object"
746
                write_profile "$object"
Lines 787-790 case "$action" in Link Here
787
	usage
788
	usage
788
	;;
789
	;;
789
esac
790
esac
790

Return to bug 36749