Secure Global Desktop Administration Guide > Commands > The tarantella passcache new command

The tarantella passcache new command

Syntax

tarantella passcache new { { --person pobj | --anon | --ldap }
                             --resource resource
                             --resuser resuser
                           [ --respass respass ]
                         } | --file file

Description

Adds entries to the application server password cache.

Option Description
--person pobj Specifies the TFN name of the person object to create a password cache entry for.
--anon Creates a password cache entry for anonymous users.
--ldap Creates a password cache entry for LDAP integration. This special entry is only used with the LDAP login authority. This is the username and password for the LDAP directory server that you can enter on the Secure Global Desktop Login panel of Array Manager.

Use a full username such as cn=Bill Orange,cn=Users,dc=indigo-insurance,dc=com.

If you specify --ldap, the --resource option is ignored.

--resource resource Specifies the application server or Microsoft Windows NT domain the password cache entry applies to. For resource, you use a TFN name. This can be:
--resuser resuser Identifies the username appropriate to the resource. Set this to the text the user would type in the authentication box for this resource.
--respass respass Specifies the password associated with resuser.

If you omit this option, you are prompted for the password.

--file file Specifies a file containing entries to add to the password cache.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

tarantella passcache new \
  --person ".../_ens/o=Indigo Insurance/cn=Indigo Jones" \
  --resource ".../_ens/o=Indigo Insurance/cn=prague" \
  --resuser indigo \
  --respass rainbow

Creates a password cache entry for the Secure Global Desktop user Indigo Jones, on the application server represented by the host object prague.

tarantella passcache new \
  --anon \
  --resuser \
  --resource .../_dns/paris.indigo-insurance.com

Creates a password cache entry for anonymous users on the application server paris.indigo-insurance.com, prompting for the password.

Related topics