Admin accounts and sharepoints
From Mac OS X Server FAQ
There is an AppleFileServer attribute which determines what an admin user sees when they connect via AFP.
To configure admin users to see the volumes instead of share points, issue:
sudo serveradmin settings afp:admin31GetsSp = no
To configure admin users to see the share points instead of volumes (this is the default), issue:
sudo serveradmin settings afp:admin31GetsSp = yes
