Skip past navigation linksSecure Global Desktop Administration Guide > Commands > The tarantella passcache edit command

The tarantella passcache edit command

Syntax

Skip past command syntax or program codetarantella passcache edit { { --person pobj | --anon | --ldap }
                              --resource resource
                              --resuser resuser
                            [ --respass respass ]
                          } | --file file

Description

Edits entries in the application server password cache.

Option Description
--person pobj Specifies the TFN name of the person object to edit the password cache entry for.
--anon Edits a password cache entry for anonymous users.
--ldap Edits the 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 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 password cache entries to edit.

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

Examples

Skip past command syntax or program codetarantella passcache edit \
  --person ".../_ens/o=Indigo Insurance/cn=Indigo Jones" \
  --resource ".../_ens/o=Indigo Insurance/cn=prague" \
  --resuser indigo \
  --respass rainbow

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

Skip past command syntax or program codetarantella passcache edit \
  --anon \
  --resource .../_dns/paris.indigo-insurance.com

Edits the password cache entry for anonymous users on the application server paris.indigo-insurance.com.

Related topics