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

krb5_kt_default — Return a handle to the default keytab

 » Table of Contents

 » Glossary

 » Index

C Prototype

krb5_error_code krb5_kt_default(
krb5_context context
krb5_keytab *id );

Arguments

context (input/output) 

The context structure.

id (input/output)  

A key table handle.

Description

This routine fills id with a handle identifying the default keytab.

Return Values

This routine returns the following KRB5 status code:

0

Successful completion.