|
NAMEPlugtools::Plugins::HomeOUremove - Remove the home OU for a user. VERSIONVersion 0.0.0 SYNOPSISThis creates the home OU a user has access to. FunctionspluginThe function that will be called by Plugtools. use Plugtools::Plugins::HomeOUremove;
%returned=Plugtools::Plugins::HomeOUremove->plugin(\%opts, \%args);
if($returned{error}){
print "Error!\n";
}
ERROR CODES1The variable "homebase" in the section "HomeOU" is undefined. 2$args{user} is not defined 3Failed to delete the entry. 4The search to check if it exists failed. PLUGTOOLS CONFIG pluginDeleteUser=Plugtools::Plugins::HomeOUremove
[HomeOU]
homebase=ou=home,dc=foo,dc=bar
homebaseThis is the DB to create the home OU under. AUTHORZane C. Bowers, "<vvelox at vvelox.net>" BUGSPlease report any bugs or feature requests to "bug-plugtools at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Plugtools-Plugins-HomeOU>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORTYou can find documentation for this module with the perldoc command. perldoc Plugtools::Plugins::HomeOU
perldoc Plugtools
You can also look for information at:
ACKNOWLEDGEMENTSCOPYRIGHT & LICENSECopyright 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.
|