#12 closed defect (fixed)
Auto-scripts do not work
| Reported by: | guest | Owned by: | Paul Smedley |
|---|---|---|---|
| Priority: | blocker | Milestone: | Samba Server for eCS (OS/2) 1.0 |
| Component: | Samba Server | Version: | 3.0.25rc3 |
| Keywords: | Cc: |
Description
Option 'add machine script' and (other '*script') from smb.conf do not execute anything.
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(changeset:60) Use popen() instead of fork()/exec(), now can execute cmd scripts, exe files, shell scripts.
comment:3 by , 17 years ago
| Milestone: | → Samba Server for eCS (OS/2) 1.0 |
|---|
comment:4 by , 16 years ago
| Version: | → 3.0.25rc3 |
|---|
Note:
See TracTickets
for help on using tickets.

Looking at code, I see /bin/sh must be available for executing a script. This means only shell scripts can be used.