| 1 | = Samba 3.0 Scripts and external commands = |
| 2 | |
| 3 | * '''Share''' related scripts and commmands: |
| 4 | |
| 5 | ||add share command (G) ||Completed |
| 6 | ||delete share command (G) ||Completed |
| 7 | ||change share command (G) ||Completed |
| 8 | ||get quota command (G) ||Missing |
| 9 | ||set quota command (G) ||Missing |
| 10 | ||dfree command (S) ||Missing |
| 11 | |
| 12 | * '''Printer''' related scripts and commands: |
| 13 | |
| 14 | ||print command||smbprint.exe, work in progress, usable |
| 15 | ||add port command (G) ||Missing |
| 16 | ||add printer command (G) ||Missing |
| 17 | ||delete printer command (G) ||Missing |
| 18 | ||enumports command (G) ||Completed |
| 19 | ||lppause command (S) ||Missing |
| 20 | ||lpq command (S) ||Does not work (Samba limitation!) |
| 21 | ||lpresume command (S) ||Missing |
| 22 | ||lprm command (S) ||Does not work (Samba limitation!) |
| 23 | ||queuepause command (S) ||Missing |
| 24 | ||queueresume command (S) ||Missing |
| 25 | |
| 26 | * '''User''' related scripts and commands: |
| 27 | |
| 28 | ||add machine script (G) ||Work in progress, usable |
| 29 | ||add user script (G) ||Completed |
| 30 | ||check password script (G) ||Missing |
| 31 | ||delete user script (G) ||Completed |
| 32 | ||rename user script (G) ||Completed |
| 33 | ||username map script (G) ||Missing |
| 34 | |
| 35 | * '''Group''' related scripts and commands: |
| 36 | |
| 37 | ||add group script (G) ||Completed |
| 38 | ||delete group script (G) ||Completed |
| 39 | ||set primary group script (G) ||Work in progress |
| 40 | ||add user to group script (G) ||Completed, but does not work from Windows Client |
| 41 | ||delete user from group script (G) ||Completed, but does not work from Windows Client |
| 42 | |
| 43 | * '''Other''' scripts and commands: |
| 44 | |
| 45 | ||message command (G) ||Experimental |
| 46 | ||abort shutdown script (G) ||Missing |
| 47 | ||logon script (G) ||Does not work (Samba limitation?) |
| 48 | ||magic script (S) ||Missing |
| 49 | ||shutdown script (G) ||Missing |
| 50 | |
| 51 | (G) = global script[[BR]] |
| 52 | (S) = per share script |