You absolutley do not want to do this.
If you have more than one administrator, but do not want them to have superuser acces to everything, then you need sudo. Set the user in sudoers so that they have su access for viewing the /etc/shadow file and nothing else.
Code:
[~]$ less /etc/shadow
/etc/shadow: Permission denied
[~]$ sudo less /etc/shadow
Password:
[less output deleted]
[~]$