credentials


Name

credentials — create file-based credentials

Synopsis

Supported for RTacl:

credentials file_name 
credentials file_name –basic username password 

Description

The credentials command creates file-based credentials for the Basic Security. The credentials, which are a username and password, are written to the file_name file. The password is encrypted before being written to the file.

To use file-based credentials, you must also make the file available to your process by setting the Auth_Data_File option.

Specifying just the filename, without the username and password, prints the contents of the credentials file.

See Also

None

Examples

This example writes basic credentials to a file named my_credentials:

ACL> credentials my_credentials –basic jdoe dk30djf  
Successfully created credentials 

This prints the contents of the credentials created in the first example:

ACL> credentials my_credentials 
 
Credential (my_credentials): 
  Identifier:  2 (Basic) 
  Data:        username=jdoe 
               password=672800004f598eeafafd5b14ef8ffb742ab349cb 
  Data Length: 84 

TIBCO SmartSockets™ User’s Guide
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com