config.sh 356 B

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