
DBD::Sys::Plugin::Win32::Users - provides a table containing the operating system users

$users = $dbh->selectall_hashref("select * from pwent", "username");

This module provides the table pwent filled the data from the user information got from Win32::pwent. Currently this contains only the users known by the Windows LAN Manager, but hopefully it will be extended to cover Active Directory users, soon.
Name of the user in this row how he/she authenticates himself/herself to the system.
Encrypted password of the user - usually empty for current LANMAN functions.
Numerical user id
Numerical group id of the users primary group
Quota, when supported by this system and set
Comment, when set
General information about the user
Users home directory
Users default login shell
Account expiration time, when available

Returns 'pwent'.
Returns the column names of the table as named in "Columns"
Retrieves the data from the password database and put it into fetchable rows.

The module Win32::pwent is required to provide data for the table.

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

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.

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.