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

(-)/usr/share/univention-samba4/scripts/create_spn_account.sh.orig (+4 lines)
 Lines 71-72    Link Here 
71
				spn_account_name="${2:?missing argument for samaccountname}"
71
				spn_account_name="${2:?missing argument for samaccountname}"
72
				if ! [[ $spn_account_name =~ ^[A-Za-z0-9.\-]+$ ]]; then
73
				    echo "Only numbers, letters, dots and dashes are allowed to be used in samaccountname."
74
				    exit 1
75
				fi
72
				shift 2 || exit 2
76
				shift 2 || exit 2

Return to bug 40876