tarantella passcache new { { --personpobj
| --anon | --ldap } --resourceresource
--resuserresuser
[ --respassrespass
] } | --filefile
Adds entries to the application server password cache.
The following table shows available options for this command.
Option | Description |
---|---|
| Specifies the name of the user profile object to create a password cache entry for. |
| Creates a password cache entry for anonymous users. |
| Creates a password cache entry for a service object. |
| Specifies the name of the application server, Microsoft Windows domain, or service object that the password cache entry applies to. The name can be one of the following:
|
| Identifies the user name for the resource. |
|
Specifies the password associated with
If you omit this option, you are prompted for the password. |
| Specifies a file containing entries to add to the password cache. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example creates a password cache entry for the SGD user Indigo Jones, on the application server represented by the application server object prague.
$ tarantella passcache new \ --person "o=Example/cn=Indigo Jones" \ --resource "o=appservers/cn=prague" \ --resuser indigo --respass rainbow
The following example creates a password cache entry for anonymous users on the application server paris.example.com, prompting for the password.
$ tarantella passcache new --anon --resuser \ --resource .../_dns/paris.example.com
The following example creates a password cache entry for the
mainldap
service object which is an LDAP
service object.
$ tarantella passcache new \ --ldap --resource mainldap \ --resuser cn=sgd-user,cn=Users,dc=example,dc=com \ --respass rainbow
The following example creates a password cache entry for the
east
service object which is an Active
Directory service object.
$ tarantella passcache new \ --ldap --resource east \ --resuser admin@example.com --respass rainbow