
Ubic::Credentials::OS::POSIX - POSIX-specific credentials implementation

version 1.47

Get user name.
Get list of group names.
Get numeric real user id.
Get numeric effective user id.
Get numeric real group id.
Get numeric effective group id.

I'm not quite sure this module is POSIX-compatible. It makes use of complementary groups which are probably not implemented on some POSIX-based systems.
It needs to be refactored into separate Ubic::Crendentials::OS::POSIX and Ubic::Crendentials::OS::Linux modules.

Vyacheslav Matyukhin <mmcleric@yandex-team.ru>

This software is copyright (c) 2012 by Yandex LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.