Secure Global Desktop Administration Guide > Users and authentication > Enabling the NT login authority

Enabling the NT login authority

To enable the NT login authority:

  1. In Array Manager, click Secure Global Desktop Login, Properties.
  2. Check the Login Authorities, NT login authority box.
  3. In the Windows NT Domain field, type the name of the domain to authenticate NT users against.

Authenticating users from more than one domain

If you need to authenticate users from more than one domain, you must have one domain that is trusted by all the other domains. You must use the trusted domain as the Windows NT domain setting in Array Manager.

When a user in another domain logs in to Secure Global Desktop, they must use the format domain\username for their username. If they do not use this format, Secure Global Desktop will try to authenticate the user using the authentication domain and fail.

Note The Windows NT domain (--ntdomain) attribute for person objects plays no part in the Secure Global Desktop login.

If the Secure Global Desktop server is on a different subnet

If the Secure Global Desktop server is on a different subnet to the domain controller, you must hard code the authentication machine by running the following commands:

tarantella stop
    
tarantella config edit \
  --com.sco.tta.server.login.ntauth.NTAuthService.properties-authConfig authnbt=NTNAME

tarantella config edit \
  --com.sco.tta.server.login.ntauth.NTAuthService.properties-authConfig-append authserver=my.domain.name

tarantella start

where NTNAME is the NetBIOS name of the domain controller and my.domain.name is the DNS name or IP address of the domain controller.

About NT usernames and passwords

The NT login authority supports 8-bit case-sensitive NT passwords. The NT username can contain any characters.

Related topics