此命令处理应用服务器密码缓存。SGD 管理员可以创建、修改、删除和检查条目。
tarantella passcache new | edit | list | delete
下表显示了此命令的可用子命令。
子命令 | 描述 | 更多信息 |
---|---|---|
new | 在密码缓存中创建条目。 | |
edit | 修改密码缓存中的现有条目。 | |
list | 列出密码缓存的内容。 | |
delete | 删除密码缓存中的条目。 |
所有命令都包括 --help
选项。您可以使用 tarantella passcache command
--help 获取有关特定命令的帮助信息。
以下示例在由应用服务器对象 prague 代表的应用服务器上为 SGD 用户 Indigo Jones 创建密码缓存条目。
$ tarantella passcache new \ --person "o=示例/cn=Indigo Jones" \ --resource "o=appservers/cn=prague" \ --resuser indigo --respass rainbow
以下示例列出 SGD 用户 Indigo Jones 的密码缓存条目。
$ tarantella passcache list \ --person "o=示例/cn=Indigo Jones"