sec_login_inquire_net_info(3sec)Returns a principal's network information Synopsis
#include <dce/sec_login.h> Parameters Input
login_context Output
net_info
typedef struct {
} sec_login_net_info_t;
status
Description · The Privilege Attribute Certificate (PAC) that describes the identity and group memberships of the principal. · The expiration date for the principal's account in the DCE Registry. · The expiration date for the principal's password in the DCE Registry. · The lifetime for the principal's authenticated network identity. This is the lifetime of the principal's TGT (see the sec_login_get_expiration( ) routine). A value of 0 (zero) for an expiration date means there is no expiration date. In other words, the principal's account, password, or authenticated identity is good indefinitely. To remove the returned net_info structure when it is no longer needed, use sec_login_free_net_info( ). Files
/usr/include/dce/sec_login.idl 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.
sec_login_s_not_certified
sec_login_s_context_invalid
sec_login_s_no_current_context
sec_login_s_auth_local
error_status_ok
Related Information sec_login_get_expiration(3sec)
|