nis users

Hi friends
how to find the nis users in my servers. i have normal users also.

     Thanks & Regards
            Manoj

If you're talking abt solaris, then,

netgroup.byhost -MAP
netgroup -NIS ADMIN FILE
Contains group name, user name and machine name -DESCR

On a network using NIS, the netgroup input file on the master NIS server is used for generating three maps: netgroup, netgroup.byuser, and netgroup.byhost. The netgroup map contains the basic information in the netgroup input file. The two other NIS maps contain information in a format that speeds lookups of netgroup information, given the machine or user.

ypwhich passwd | awk '{print $1}'

to see all list of users:
ypcat passwd