Skip to content

Commit 2d331a6

Browse files
committed
Update README.md
1 parent b7f2985 commit 2d331a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ In your smb.conf, enable vfs_python per share:
2424
and make sure that the script path is valid.
2525

2626
The Python code
27-
-------------------
27+
---------------
2828
Take a look at [the `handler.py`](https://github.com/vortec/vfs_python/blob/master/handler.py) to see how it looks like and which Samba calls are supported at the moment (hint: not too many).
2929

3030
When a user performs an action, the corresponding Python function will be called. You can either allow or deny that action by returning a boolean.
3131

3232
The Python script will be imported every time a user connects and is valid for the duration of the connection.
33+
34+
Current status
35+
--------------
36+
This is experimental, my C skills have plenty of room for improvement and if your Python code raises an exception the Samba daemon will crash. I plan to address all those things, but right now it is what it is. Any contribution would be greatly appreciated. :)

0 commit comments

Comments
 (0)