.TH "globus_gsi_sysconfig_shared" 3 "Tue Dec 15 2020" "Version 9.3" "globus_gsi_sysconfig" \" -*- nroff -*- .ad l .nh .SH NAME globus_gsi_sysconfig_shared \- Functions for all platforms .PP \- Functions for all platforms\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "globus_result_t \fBglobus_gsi_sysconfig_get_unique_proxy_filename\fP (char **unique_filename)" .br .RI "Get Unique Proxy Filename\&. " .ti -1c .RI "globus_result_t \fBglobus_gsi_sysconfig_get_vhost_cred_dir\fP (char **dir_name_out)" .br .RI "UNIX - Get vhost credential dir\&. " .in -1c .SH "Detailed Description" .PP Functions for all platforms\&. These functions are platform independent members of the Globus GSI System Configuration API\&. .SH "Function Documentation" .PP .SS "globus_result_t globus_gsi_sysconfig_get_unique_proxy_filename (char ** unique_filename)" .PP Get Unique Proxy Filename\&. Get a unique proxy cert filename\&. This is mostly used for delegated proxy credentials\&. Each filename returned is going to be unique for each time the function is called\&. .PP \fBParameters\fP .RS 4 \fIunique_filename\fP the unique filename for a delegated proxy cert .RE .PP \fBReturns\fP .RS 4 GLOBUS_SUCCESS or an error object identifier .RE .PP .SS "globus_result_t globus_gsi_sysconfig_get_vhost_cred_dir (char ** dir_name_out)" .PP UNIX - Get vhost credential dir\&. Get the Trusted Certificate Directory containing the trusted Certificate Authority certificates\&. This directory is determined in the order shown below\&. Failure in one method results in attempting the next\&. .PP .IP "1." 4 \fC$X509_VHOST_CRED_DIR\fP environment variable .IP "2." 4 \fC$GLOBUS_LOCATION/etc/vhosts\fP .IP "3." 4 \fC/etc/grid-security/vhosts\fP .PP .PP If this function is successful, it modifies \fBdir_name_out\fP to point to the directory path\&. The caller must free this value\&. .PP \fBReturns\fP .RS 4 If successful, this function returns GLOBUS_SUCCESS\&. Otherwise, this function returns an error result\&. .RE .PP .PP \fBParameters\fP .RS 4 \fIdir_name_out\fP Pointer to set to the vhosts directory .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_gsi_sysconfig from the source code\&.