NAME
Plugtools::Plugins::Samba::makeSambaAccount - Turns a POSIX user account into a Samba account.
VERSION
Version 0.0.0
SYNOPSIS
This plugin is responsible for taking standard POSIX account and using Samba::SIDhelper to turn it into a usable accounf for Samba.
This is useful plugin for Plugtools->addUser, pluadd.
FUNCTIONS
plugin
The function that will be called by Plugtools.
use Plugtools::Plugins::Samba::makeSambaAccount;
%returned=Plugtools::Plugins::Samba::makeSambaAccount->plugin(\%opts, \%args);
if($returned{error}){
print "Error!\n";
}
ERROR CODES
1
Unable to create new Plugtools::Plugins::Samba object.
2
makeSambaAccountEntry errored
AUTHOR
Zane C. Bowers, <vvelox at vvelox.net>
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Plugtools::Plugins::Samba::SIDupdate
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Plugtools-Plugins-Samba
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
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.