You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During troubleshooting why joining my domain fails, I found in init.sh that there is a hardcoded account name specified: -U"${URDOMAIN}\administrator". Although this might be correct in many cases, it causes trouble when the domain's admin account is named differently.
So my demand is to introduce an environment variable which allows for declaring the username to use for joining the domain.
The text was updated successfully, but these errors were encountered:
During troubleshooting why joining my domain fails, I found in
init.sh
that there is a hardcoded account name specified:-U"${URDOMAIN}\administrator"
. Although this might be correct in many cases, it causes trouble when the domain's admin account is named differently.So my demand is to introduce an environment variable which allows for declaring the username to use for joining the domain.
The text was updated successfully, but these errors were encountered: