To make a host logon to olin as a pdc: set host NetBIOS name equal to it's host portion of it's FQDN Make a machine account useradd -g machines -d /dev/null -c "NetBIOS name" -s /bin/false [NetBIOS]$ passwd -l [NetBIOS]$ smbpasswd -a -m [NetBIOS]$ Create an account for the user smbpasswd -a studentx smbpasswd -e studentx root must go in the very first time Have student make a login script We need to make studentx accounts useradd -g users yaddayadda