I'm a student in a university and I can finger and id all users (students etc) through SSH.
Here is the id command
e147200@beluga:~$ id e201634
uid=22678(e201634) gid=3561(stat_bs) groups=3561(stat_bs)
Here I can see that the student with id e201634 is agraduate student (bs) at Statistics department (stat).
Is there a way to download this gid (or groups) table?
3561 stat_bs
3562 stat_ms
3611 chem_bs
3687 biol_bs
...