File::Samba

File::Samba is a Samba configuration object.
Download

File::Samba Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Salvatore E. ScottoDiLuzio
  • Publisher web site:
  • http://search.cpan.org/~sscotto/File-Samba-0.03/lib/File/Samba.pm

File::Samba Tags


File::Samba Description

File::Samba is a Samba configuration object. File::Samba is a Samba configuration object.SYNOPSIS use File::Samba; my $smb = File::Samba->new("/etc/samba/smb.conf"); @list = $smb->listShares; $smb->deleteShare('homes'); $smb->createShare('newShare');This module allows for easy editing of smb.conf in an OO way. The need arised from openfiler http://www.openfiler.org which at this current time setups a smb conf for you, however any changes you made by hand are lost when you make change due to the fact it doesnt havea way to edit an existing smb.conf but simply creates a new one. This modules allows for any program to be ables to extract the current config, make changes nd save the file. Comments are lost however on save. Requirements: · Perl


File::Samba Related Software