HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_kt_get_type — Return the keytab prefix

 » Table of Contents

 » Glossary

 » Index

C Prototype

char * krb5_kt_get_type (
krb5_context context,
krb5_keytab keytab );

Arguments

context (input/output) 

The context structure.

keytab (output)  

The keytab structure whose type is returned.

Description

This routine returns the keytab prefix string as its return value.

Return Values

This routine returns the following:

A string representing the prefix value of the keytab structure.