Last change
on this file was 193, checked in by Herwig Bauernfeind, 16 years ago |
Import smb_init, user, group, share scripts
|
File size:
792 bytes
|
Rev | Line | |
---|
[193] | 1 | AddShare/DelShare/ChangeShare Scripts for Samba Server for eCS (OS/2)
|
---|
| 2 | =====================================================================
|
---|
| 3 |
|
---|
| 4 | Add the following lines to the [global] section of your smb.conf
|
---|
| 5 | where 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 |
|
---|
| 11 | After you have installed these scripts you will be able to add/delete/change
|
---|
| 12 | Samba shares from clients (currently only tested from Win XP Pro management
|
---|
| 13 | console).
|
---|
| 14 |
|
---|
| 15 | Current limitation:
|
---|
| 16 |
|
---|
| 17 | Samba supports templates for shares, these scripts do not make use
|
---|
| 18 | of these templates (yet).
|
---|
| 19 |
|
---|
| 20 | Author:
|
---|
| 21 | Herwig Bauernfeind, 2007-08-22
|
---|
| 22 | mailto:herwig.bauernfeind@aon.at
|
---|
Note:
See
TracBrowser
for help on using the repository browser.