skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_kt_close  Close a key table krb5_kt_close Close a key table
go to next page: krb5_kt_default_name  Get default key table namekrb5_kt_default_name Get default key table name
end of book navigation links

krb5_kt_default -- Return a handle to the default keytab 



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.


go to previous page: krb5_kt_close  Close a key table krb5_kt_close Close a key table
go to next page: krb5_kt_default_name  Get default key table namekrb5_kt_default_name Get default key table name