At level 1, NetServerEnum2, NetServerGetInfo, and NetServerSetInfo use the server_info_1 data structure as defined in SERVER.H:
struct server_info_1 { unsigned char sv1_name[CNLEN + 1]; unsigned char sv1_version_major; unsigned char sv1_version_minor; unsigned long sv1_type; unsigned char LSFAR * LSPTR sv1_comment; };
where:
Only user and group information is replicated to the backup domain controller.