mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update MacOS.sh
This commit is contained in:
parent
0dc928453b
commit
22c10f7fe1
2
MacOS.sh
2
MacOS.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Set variables
|
# Set variables
|
||||||
DOMAIN="test.com" # Active Directory domain name
|
DOMAIN="test.com" # Domain name
|
||||||
ADMIN="admin" # AD admin username
|
ADMIN="admin" # AD admin username
|
||||||
PASS="password" # AD admin password (not encrypted, use with caution)
|
PASS="password" # AD admin password (not encrypted, use with caution)
|
||||||
ADGROUP="whatevergroup" # AD group to add computer to (e.g. MacAdmins)
|
ADGROUP="whatevergroup" # AD group to add computer to (e.g. MacAdmins)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user