Conversation
| @@ -18,7 +18,7 @@ read -p "Enter name of the computer object in Active Directory: " ADCOMPUTER | |||
| read -p "Enter OU where the computer object will be created: " OU | |||
|
|
|||
There was a problem hiding this comment.
The command sudo dsconfggigad appears to have a typo. It should likely be sudo dsconfigad.
|
AI Pull Request Summary: Pull Request Analysis for Linux-Active-Directory-join-scriptKey Files and Components Modified
Main Purpose of the ChangesThe primary purpose of the changes introduced in this pull request appears to be a correction of a typo in the command used to join a MacOS computer to an Active Directory domain. This change is crucial for ensuring that the script functions correctly without errors when executed. Specific Functionalities Introduced, Modified, or Removed
Implications or Considerations
SummaryThe pull request aims to modify the To ensure functionality, the typo needs to be corrected back to |
No description provided.