NAME
DBD::Sys::Plugin::Unix::Users - provides a table containing a list of operating system users
SYNOPSIS
$alltables = $dbh->selectall_hashref("select * from pwent", "username");
DESCRIPTION
Columns:
- username
-
Name of the user in this row how he/she authenticates himself/herself to the system.
- passwd
-
Encrypted password of the user - typically accessible by root only.
- uid
-
Numerical user id
- gid
-
Numerical group id of the users primary group
- quota
-
Quota, when supported by this system and set
- comment
-
Comment, when set
- gcos
-
General information about the user
- dir
-
Users home directory
- shell
-
Users default login shell
- expire
-
Account expiration time, when available
AUTHOR
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://www.rehsack.de/ http://...
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.
SUPPORT
Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time. 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 aquired from the authors via preferred freelancer agencies.