The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

stp-login - Logs into a server, storing credentials locally

SYNOPSIS

stp-login [options] [username]

DESCRIPTION

This script logs into the server

OPTIONS

-V, --version

Displays the version number of the script and exits.

-h, --help

Displays a brief usage message

--man

Displays the man page

-s server_url, --server=server_url

The URL of the WebService::TestSystem server to connect to. By default, it uses 'http://localhost:8081'.

-r resource_uri, --resource=resource_uri

The URI of the service provided by the server. By default, it uses 'http://www.osdl.org/WebService/TestSystem'. Users should not typically need to alter this setting.

-f authfile, --authfile=authfile

The path and filename for a file to contain the authorization credentials provided by the server. This is a binary file containing a ticket consisting of the username and a server-provided signature. By default, this will be placed in the user's home directory. Note that if you override this setting, you will need to also specify the file location to any other tools that rely on the file for invoking authenticated operations on the server.

PREREQUISITES

SOAP::Lite, Pod::Usage, Getopt::Long, Storable, Term::ReadKey

AUTHOR

Bryce Harrington <bryce@osdl.org>

COPYRIGHT

Copyright (C) 2004 Open Source Development Labs All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.7 $