列出应用服务器密码缓存中的条目。
tarantella passcache list { [ --personpobj
| --anon | --ldap ] [ --resourceresource
] [ --resuserresuser
] [ --format text | xml ] } | --filefile
下表显示了此命令的可用选项。
选项 | 描述 |
---|---|
| 指定要为其列出密码缓存条目的用户配置文件对象的名称。 |
| 为匿名用户列出密码缓存条目。 |
| 为某个服务对象列出密码缓存条目。 |
| 指定要列出的应用服务器、Microsoft Windows 域或服务对象的名称。 名称可以是下列项之一:
|
| 为特定用户名列出密码缓存条目。 |
|
指定输出格式。默认设置是 |
| 指定包含要列出的密码缓存条目的一个文件。 |
如果您省略了所有参数,或者只指定了 --format
,则将显示密码缓存中的所有条目。
请务必将包含空格的任何对象名称用引号引起来,例如 "o=示例"
。
以下示例列出 SGD 用户 Indigo Jones 的密码缓存条目。
$ tarantella passcache list \ --person "o=示例/cn=Indigo Jones"
以下示例列出密码缓存中的所有条目。
$ tarantella passcache list
以下示例为 east
服务对象列出密码缓存条目。
$ tarantella passcache list \ --ldap --resource east