ESS_NEWSHAREDSERVICESNATIVEUSERINFO_T

Contains the user names and corresponding passwords resulting from a migration of users and groups to Shared Services using the option of automatically generated password assignment.

Users were created as new Shared Services users during migration because there were no matching names found. The fields are:

 typedef struct ESS_NEWSHAREDSERVICESNATIVEUSERINFO_T) 
{
    ESS_USERNAME_T,   Name;
       ESS_PASSWORD_T,     Password;
} ESS_NEWHUBNATIVEUSERINFO_T; 
Data TypeFieldDescription
ESS_USERNAME_TNameUser or group name.
ESS_PASSWORD_TPasswordUser password.