EnglishFrenchSpanish

Ad


OnWorks favicon

dacscookie - Online in the Cloud

Run dacscookie in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dacscookie that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


dacscookie - create DACS credentials and emit as a cookie

SYNOPSIS


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])
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)[5]) 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
Create the specified credentials and emit them to the standard output as the
NAME=VALUE component of an HTTP cookie. This is the default.

-expires date
Set the expiry date for the cookie. If date begins with '+' and is followed by a digit
string, the expiry date will be that number of seconds relative to the current time.
Otherwise, the date is expected to be in one of the recognized formats (see concise
syntax[6]). If not provided, the configured default value,
AUTH_CREDENTIALS_DEFAULT_LIFETIME_SECS[7], will be used.

-i ident
The identity (ident) is given in the concise syntax[6]. Note that any elements that
are explicitly given will override those that appear in ident.

-ip ipaddr
Use ipaddr as the user's IP address (in numerical dot notation). If not provided, this
element will be obtained from any -i flag or else omitted from the credentials.

-role role_str
Use role_str as the user's role string, which must be syntactically correct. If not
provided, this element will be obtained from any -i flag or else omitted from the
credentials.

-ua str
Use str as the user agent string associated with the credentials. If no string is
specified, the credentials cannot be verified against a user agent string. See
dacs.conf(5)[8].

-user name
Use name, a syntactically correct username, within the applicable jurisdiction. If not
provided, this element must be specified using the -i flag.

dacscookie recognizes these options for cookie decryption:

-decrypt
Instead of creating credentials, read a cookie from the standard input and print its
decoded contents to the standard output. If the input is invalid in any way, a message
is displayed.

-concise
With the -decrypt flag, only print the identity in the concise user syntax[6].

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.

Use dacscookie online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 2
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 3
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 4
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 5
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • 6
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 7
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • More »

Linux commands

Ad