Search the OSG website:

Windows 2003 setup

  1. Install the server using Per User or Per Device licensing. Have the computer just join the workgroup for now. After your install is complete, run the Windows update.

  2. Install suptools.msi from the Windows 2003 Server install disk, located under the Tools directory.

  3. Setup a trust with a Kerberos realm:

           C:> Ksetup /addkdc UFL.EDU kerberos.ufl.edu
           C:> Ksetup /addkdc UFL.EDU kerberos1.ufl.edu
           C:> Ksetup /addkdc UFL.EDU kerberos2.ufl.edu
           
        

    When this completes you should be able to run ksetup and see the following results:

              C:\>ksetup
              default realm = ad.cns.ufl.edu <NT Domain>
              UFL.EDU:
    	  kdc = kerberos.ufl.edu
              kdc = kerberos1.ufl.edu
    	  kdc = kerberos2.ufl.edu
    	  Realm Flags = 0x0 none
              No user mappings defined.
           
           

  4. Run regedit and locate the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. Edit the values AltDefaultDomainName=Your Domain, DefaultDomainName=Your Domain replacing Your Domain with UFL.EDU.

  5. When all updates are complete, go ahead and change to join the domain ad.cns.ufl.edu. You will need an appropriate domain username and password for this action.

  6. Right click on My Computer and click on the Remote tab. Click the check box next to Allow users to connect remotely to this computer.

  7. Create a group in AD with users that need to have access to the server. With the format of "servername - Remote Desktop Users". For example "TERMSVR01 - Remote Desktop Users".

  8. Add this group to the local server from AD and give it the same permissions as the Rdesktop User group on that local server.

  9. Right click My Computer, and click on Remote. Check the box that says Allow users to connect remotely to your computer.