In a domain you can request a kerberos ticket from the server like so:
(This implies that your /etc/krb5.conf is configured to use the domain)
You can verify a ticket with
which should yield something like
Code:
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: <user>@<Kerberos DOMAIN>
Valid starting Expires Service principal
09-07-19 10:37:55 09-07-19 20:37:55 krbtgt/<domain>@<domain>
renew until 10-07-19 10:37:49
Then you should be able to connect to the server while NLA is still turned on with this command
Code:
rdesktop -u <user> -d <domain> <IP-or-resolvable-hostname>