DBD::Sys::Plugin::Unix - provides tables B<available on Unix and alike environments only>.


NAME

DBD::Sys::Plugin::Unix - provides tables available on Unix and alike environments only.

Back to Top


ISA

  DBD::Sys::Plugin::Unix
  ISA DBD::Sys::Plugin

Back to Top


DESCRIPTION

This plugin manages the tables for any UNIX and unixoide operating environment. The tables provided from here are expected to work on any UNIX compatible operating system (beside bugs).

TABLES

pwent

Table containing user information. See the DBD::Sys::Plugin::Unix::Users manpage for details.

grent

Table containing group information. See the DBD::Sys::Plugin::Unix::Groups manpage for details.

Back to Top


METHODS

getPriority

Returns the default priority for unix tables, 500.

Back to Top


PREREQUISITES

This plugin only works on Unix or unixoide environments.

Back to Top


BUGS & LIMITATIONS

No known bugs at this moment.

Back to Top


AUTHOR

    Jens Rehsack                        Alexander Breibach
    CPAN ID: REHSACK
    rehsack@cpan.org                    alexander.breibach@googlemail.com
    http://www.rehsack.de/

Back to Top


COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

Back to Top


SUPPORT

Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time, but it's always tried to give accept or reject a reported ticket within a week. It depends on business load. That doesn't mean that ticket via rt aren't handles as soon as possible, that means that soon depends on how much I have to do.

Business and commercial support should be acquired from the authors via preferred freelancer agencies.

Back to Top

 DBD::Sys::Plugin::Unix - provides tables B<available on Unix and alike environments only>.