config.sh 410 B

12345678910111213141516
  1. #!/bin/bash
  2. # Enter Admin username and set the domain name and new hostname
  3. ADMIN_USER="adm-"
  4. #***NO LONGER NEEDED***ADMIN_PASSWORD="admin_password"
  5. # Hostname with FDQN
  6. NEW_HOSTNAME="newhostname.peo.local"
  7. # Short name
  8. HOST="hostname"
  9. DOMAIN="peo.local"
  10. #***Notworking at the moment***DOMAIN_DESC="My domain description"
  11. # Enter the OU where the machine will reside in the domain
  12. OU="Paste destination OU"