source: branches/scripts/share/readme.sharescripts@ 692

Last change on this file since 692 was 193, checked in by Herwig Bauernfeind, 16 years ago

Import smb_init, user, group, share scripts

File size: 792 bytes
Line 
1AddShare/DelShare/ChangeShare Scripts for Samba Server for eCS (OS/2)
2=====================================================================
3
4Add the following lines to the [global] section of your smb.conf
5where x is the drive you have Samba installed on.
6
7 add share command = x:\Samba\addshare.cmd
8 change share command = x:\Samba\changeshare.cmd
9 delete share command = x:\Samba\delshare.cmd
10
11After you have installed these scripts you will be able to add/delete/change
12Samba shares from clients (currently only tested from Win XP Pro management
13console).
14
15Current limitation:
16
17Samba supports templates for shares, these scripts do not make use
18of these templates (yet).
19
20Author:
21Herwig Bauernfeind, 2007-08-22
22mailto:herwig.bauernfeind@aon.at
Note: See TracBrowser for help on using the repository browser.