Table of Contents
If you are going to work with an authenticated NDS Protocol 2 server, you will first need to establish a valid Kerberos ticket by running kinit
. If you have never used kinit
before, you will need to pass your LIGO.ORG username to kinit
, like this:
$kinit
Password foralbert.einstein
@LIGO.ORGalbert.einstein
@LIGO.ORG:
replacing
with your own user name. The albert.einstein
@LIGO.ORG
part must be in all-caps. At the password prompt, provide your Kerberos password. Probably need to remind users here how and when they would have signed up for a Kerberos password.
If you have previously signed in, then you can renew your existing Kerberos ticket by running kinit
without a username, like this:
$kinit
Password foralbert.einstein
@LIGO.ORG:
Again, type your Kerberos password when prompted.