table of contents
DACSCOOKIE(1) | DACS Commands Manual | DACSCOOKIE(1) |
NAME¶
dacscookie - create DACS credentials and emit as a cookieSYNOPSIS¶
dacscookie [dacsoptions[1]]
[-create] [-i ident]
[-user user] [-ip ipaddr]
[-role role_str] [-expires date]
[-ua str]
dacscookie [dacsoptions[1]] -decrypt
[-concise]
DESCRIPTION¶
This program is part of the DACS suite.The dacscookie utility constructs DACS credentials that represent a single DACS identity and emits them as the NAME=VALUE element of a HTTP cookie[2] (RFC 2109[3], RFC 2965[4], RFC 6265[5]) that may be used by DACS. It can also decode and display these cookies, provided the same encryption keys used to create the cookies are available. The program is useful for testing purposes, or by programs that perform authentication (e.g., by calling dacsauth(1)[6]) and need to return credentials. It may also be used to generate an identity "offline"; the resulting credentials could be used by applications other than standard Web browsers, or be distributed via any secure channel (e.g., encrypted email) for use by the recipient.
Configured or derived defaults are used if optional identity information is not provided.
Security
Only the DACS administrator should be able to successfully run this program. Because DACS keys and configuration files must be limited to the administrator, this will normally be the case, but a careful administrator will set file permissions to deny access to all other users, or even delete the binary.
Similarly, access to cookies generated by this program must be carefully controlled. Any jurisdiction within the same federation in which the credentials were created will be able to directly decrypt the credentials.
OPTIONS¶
dacscookie recognizes these options for cookie creation:-create
-expires date
-i ident
-ip ipaddr
-role role_str
-ua str
-user name
dacscookie recognizes these options for cookie decryption:
-decrypt
-concise
EXAMPLES¶
The following will generate an identity and store it in a file:% dacscookie -u j1.example.com -user bobo > cookie.out % chmod 0600 cookie.out
The following will display various elements of the credentials to stdout:
% dacscookie -u j1.example.com -decrypt < cookie.out % rm cookie.out
DIAGNOSTICS¶
The program exits 0 if everything was fine, 1 if an error occurred.SEE ALSO¶
dacs_auth_agent(8)[10], dacs_auth_transfer(8)[11], dacs_authenticate(8)[12], dacsauth(1)[6], dacscred(1)[13], dacs_current_credentials(8)[14].AUTHOR¶
Distributed Systems Software (www.dss.ca[15])COPYING¶
Copyright © 2003-2015 Distributed Systems Software. See the LICENSE[16] file that accompanies the distribution for licensing information.NOTES¶
- 1.
- dacsoptions
- 2.
- HTTP cookie
- 3.
- RFC 2109
- 4.
- RFC 2965
- 5.
- RFC 6265
- 6.
- dacsauth(1)
- 7.
- concise syntax
- 8.
- AUTH_CREDENTIALS_DEFAULT_LIFETIME_SECS
- 9.
- dacs.conf(5)
- 13.
- dacscred(1)
- 15.
- www.dss.ca
- 16.
- LICENSE
02/19/2019 | DACS 1.4.40 |