esppasswd (registers, changes, and deletes passwords)
Format
esppasswd {{-a | -c | -d }-s password-identification-name -o authentication-target -u user-name | -l [ -f file-name ]}
Function
Execution permission
Administrator permissions
Storage folder
installation-folder\agtv\probe\bin
Arguments
-a
Specifies that a password is to be added.
-c
Specifies that a password is to be changed.
-d
Specifies that a password is to be deleted.
-s password-identification-name
Specifies the identification name of the processing that requires the password.
-o authentication-target
Specifies the target that requires authentication.
-u user-name
Specifies the user requiring a password.
-l
Specifies that a list of keys is to be output.
-f file-name
Specifies the file to which the list of keys is to be output. If the -l option is specified but this option is omitted, the list of keys is output to the standard output only.
The following table lists the values to be specified for the password identification name, authentication target, and user name.
Table 10-2 Value to be specified in the arguments
Service | Password identification name (value to be specified) | Authentication target | User name |
---|---|---|---|
HTTP(S) Web authentication | HTTP-W | URL | User name |
HTTP(S) Proxy authentication | HTTP-P | Proxy server host name | User name |
HTTPS client authentication | HTTPS-C | Client certificate file name# | A user name is not needed, and is ignored if specified. |
SMTP, POP3 | POP3 | POP3 server host name | User name |
IMAP4 | IMAP4 | IMAP4 server host name | User name |
FTP | FTP | FTP server host name | User name |
Notes
Return values
0 | Normal termination |
1 | The same key was found when a password was to be added. |
2 | The specified key was not found when a password was to be changed or deleted. |
Other value | Abnormal termination |
Examples
esppasswd -a -s HTTP-W -o www.hitachi.co.jp/index.html -u hitachi
esppasswd -c -s POP3 -o pop3.hitachi.co.jp -u hitachi
esppasswd -d -s POP3 -o pop3.hitachi.co.jp -u hitachi
esppasswd -l
esppasswd -l -f pwdkey