Secure Global Desktop Administration Guide > Commands > The tarantella passcache edit command
tarantella passcache edit { { --person pobj | --anon | --ldap } --resource resource --resuser resuser [ --respass respass ] } | --file file
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
If you specify |
--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 password cache entries to edit. |
Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".
tarantella 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.
tarantella 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.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.