gss_duplicate_name(3) Library Functions Manual gss_duplicate_name(3)
NAME
gss_duplicate_name() - allow an application to create an exact duplicate of the existing internal name
SYNOPSIS
DESCRIPTION
The routine create an exact duplicate of the existing internal name src_name. The new dest_name will be independent of src_name.
Input Parameters
src_name The internal name to be duplicated.
Output Parameters
dest_name The resultant copy of src_name.
minor_status Returns a status code from the security mechanism.
STATUS CODES
The following status codes can be returned:
The routine was completed successfully.
The src_name parameter was ill-formed.
AUTHOR
was developed by Sun Microsystems, Inc.
SEE ALSO
gss_display_name(3), gss_import_name(3), gss_release_name(3).
The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add to
gss_duplicate_name(3)