  
      Constants
The following constants are used in sec_login_ calls: 
sec_login_default_handle  The value of a login context handle before setup or validation. 
sec_login_flags_t  The following two constants are used with the sec_login_flags_t type. 
sec_login_no_flags  No special flags are set. 
sec_login_credentials_private  Restricts the validated network credentials to the current process.  If this flag is not set, it is permissible to share credentials with 
descendants of current process. 
 
sec_login_remote_uid  Used in the sec_login_passwd_t structure for users from remote cells. 
sec_login_remote_gid  Used in the sec_login_passwd_t structure for users from remote cells. 
 
 
  |