summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/doc/doxyout/gssapi/man/man3/internalvsmechname.3
blob: 4b4c66e3177cdbd5caa16a0120ff0246a5b3d236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "internalvsmechname" 3 "30 Sep 2011" "Version 1.5.1" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
.ad l
.nh
.SH NAME
internalvsmechname \- Internal names and mechanism names 
.SH "Name forms"
.PP
There are two forms of name in GSS-API, Internal form and Contiguous string ('flat') form. gss_export_name() and \fBgss_import_name()\fP can be used to convert between the two forms.
.PP
.IP "\(bu" 2
The contiguous string form is described by an oid specificing the type and an octet string. A special form of the contiguous string form is the exported name object. The exported name defined for each mechanism, is something that can be stored and complared later. The exported name is what should be used for ACLs comparisons.
.PP
.PP
.IP "\(bu" 2
The Internal form
.PP
.PP
There is also special form of the Internal Name (IN), and that is the Mechanism Name (MN). In the mechanism name all the generic information is stripped of and only contain the information for one mechanism. In GSS-API some function return MN and some require MN as input. Each of these function is marked up as such.
.PP
Describe relationship between import_name, canonicalize_name, export_name and friends. 
OpenPOWER on IntegriCloud