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

krb5_get_init_creds_opt_set_proxiable — Set the proxiable field in krb5_get_init_creds_opt

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_get_init_creds_opt_set_proxiable (
krb5_get_init_creds_opt *opt,
int proxiable );

Arguments

opt (output)  

A pointer to the options field.

proxiable (input) 

A flag indicating whether the credentials are proxiable.

Description

This routine sets the proxiable field in the krb5_get_init_creds_opt structure.

Return Values

None.