From 837603b69fb10b67eff7d26e91e71b9120f598bf Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Tue, 16 May 2006 15:20:47 +0000 Subject: [PATCH] Minor changes to the get authentication token API. --- include/casa_c_authtoken.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/include/casa_c_authtoken.h b/include/casa_c_authtoken.h index 38d434b0..4dd91ad3 100644 --- a/include/casa_c_authtoken.h +++ b/include/casa_c_authtoken.h @@ -53,15 +53,21 @@ extern "C" //++======================================================================= extern CasaStatus SSCS_CALL ObtainAuthToken( - IN const char *pServiceAtHostName, + IN const char *pServiceName, + IN const char *pHostName, INOUT char *pAuthTokenBuf, INOUT int *pAuthTokenBufLen); // // Arguments: -// pServiceAtHostName - +// pServiceName - // Pointer to NULL terminated string that contains the -// service@host name to which the client is trying to -// authenticate. Note that the host portion of the name +// name of the service to which the client is trying to +// authenticate. +// +// pHostName - +// Pointer to NULL terminated string that contains the +// name of the host where resides the service to which the +// client is trying to authenticate. Note that the name // can either be a DNS name or a dotted IP address. // // pAuthTokenBuf -