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_resolve  Get keytab handle krb5_kt_resolve Get keytab handle
go to next page: krb5_kuserok  Determine whether the local user is authorized to log inkrb5_kuserok Determine whether the local user is authorized...
end of book navigation links

krb5_kt_start_seq_get -- Start a sequential retrieve of key table entries 



C Prototype 

krb5_error_code krb5_kt_start_seq_get(
         krb5_context       context,
         krb5_keytab        id,
         krb5_kt_cursor     *cursor );

Arguments 

context
(input/output)
 The context structure.
id (input/output)  A key table handle.
cursor (output)  A cursor to be used in calls to krb5_kt_next_entry.

Description 

This routine prepares to read sequentially every key in the keytab identified by id. The cursor argument is filled in with a cursor to be used in calls to krb5_kt_next_entry.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_kt_resolve  Get keytab handle krb5_kt_resolve Get keytab handle
go to next page: krb5_kuserok  Determine whether the local user is authorized to log inkrb5_kuserok Determine whether the local user is authorized...