dced_keytab_get_next_key(3dce)Returns a key from a cached list, and advances the cursor in the list Synopsis #include <dce/dced.h> void dced_keytab_get_next_key( dced_keytab_cursor_t cursor, dced_key_t **key, error_status_t *status); Parameters Input/Output
cursor Output
key
status
Description Management applications use dced_keytab_get_next_key( ) to remotely access a server's individual keys. Servers use sec_key_mgmt_get_next_key(3sec) to access their own local keys individually. You can also use the dced_object_read( ) routine to read an entire key table. You might use dced_object_read( ) if your application needs to bind to and read data for other host services (srvrconf, srvrexec, or hostdata) in addition to data for the keytab service. Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. error_status_ok dced_s_no_more_entries
Related Information dced_keytab_release_cursor(3dce) sec_key_mgmt_get_next_key(3sec) Book: OSF DCE Application Development Guide - Core Components
|