
Plugtools::Plugins::Samba::SIDupdate - Updates a the SIDs for a entry based on the current GID/UID.

Version 0.0.0

This should be called after updating the UID/GID of a POSIX account.
This is for use with userGIDchange and userUIDchange.

The function that will be called by Plugtools.
use Plugtools::Plugins::Samba::SIDupdate;
%returned=Plugtools::Plugins::Samba::SIDupdate->plugin(\%opts, \%args);
if($returned{error}){
print "Error!\n";
}

Unable to create new Plugtools::Plugins::Samba object.
sidUpdate errored

Zane C. Bowers, <vvelox at vvelox.net>

Please report any bugs or feature requests to bug-plugtools-plugins-samba at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Plugtools-Plugins-Samba. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Plugtools::Plugins::Samba::SIDupdate
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Plugtools-Plugins-Samba


Copyright 2009 Zane C. Bowers, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.