The tarantella passcache delete command

Syntax

tarantella passcache delete { [ --person pobj | --anon | --ldap ]
                              [ --resource resource ]
                            } | --file file

Description

Deletes entries in the application server password cache.

Option Description
--person pobj Specifies the TFN name of the person object to delete the password cache entry for.
--anon Removes the password cache entry for all anonymous users.
--ldap Deletes 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 Tarantella 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:
  • A host object, for example ".../_ens/o=Indigo Insurance/cn=paris".
  • A DNS name, for example ".../_dns/paris.indigo-insurance.com".
  • A Windows NT domain, for example ".../_wns/indigo.dom".
  • ".../_array" to mean the array. This is used when caching the password used to log in to Tarantella.
--file file Specifies a file containing password cache entries to delete.

If neither --person, --anon nor --ldap is specified, all password cache entries for resource are deleted.

If --resource is not specified, all the password cache entries for the person (or anonymous user) are deleted.

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

Examples

tarantella passcache delete \
  --person "o=Indigo Insurance/cn=Indigo Jones"

Deletes all password cache entries for the user Indigo Jones.

tarantella passcache delete \
  --anon \
  --resource .../_dns/prague.indigo-insurance.com

Deletes all password cache entries for anonymous users on the application server prague.indigo-insurance.com.

Related topics
  • User types
  • The tarantella passcache command
  • The tarantella passcache new command
  • The tarantella passcache edit command
  • Populating the Tarantella organizational hierarchy using a batch script