mc-wrapper: use `whoami` instead of `id | sed ...`.
If AD authorization is used, then the "id" command works for a very long
time (since it unloads all groups in the domain), it seems to me that it
is more correct to use the "whoami" command.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>