search for: go_samba4

Displaying 4 results from an estimated 4 matches for "go_samba4".

2018 Jun 18
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
...t; packages/samba > > > > > > This is the project I am developing. > > https://github.com/jniltinho/go-samba4 > > > > Four questions: > > Why are you using a self compiled Samba ? Especially into a non > standard location. > > Why have you compiled go_samba4 > > Why doesn't it work, I suspect it is because I am trying to use it with > a distro Samba package, but I refer back to the question above. > > I get: > > ./go_samba4 --server-prod --ssl > Traceback (most recent call last): > File "go_samba4.py", line 30...
2018 Jun 14
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
Hello everyone, I would like to know how to use the Python api to manage user and groups in samba4. I'm developing a samba4 admin web interface I'd like some examples of how to interact with the libs in python that are in that folder: samba4/lib/python2.7/site-packages and samba4/lib/python2.7/site- packages/samba This is the project I am developing.
2018 Jun 16
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
...hon2.7/site-packages and samba4/lib/python2.7/site- > packages/samba > > > This is the project I am developing. > https://github.com/jniltinho/go-samba4 > Four questions: Why are you using a self compiled Samba ? Especially into a non standard location. Why have you compiled go_samba4 Why doesn't it work, I suspect it is because I am trying to use it with a distro Samba package, but I refer back to the question above. I get: ./go_samba4 --server-prod --ssl Traceback (most recent call last): File "go_samba4.py", line 30, in <module> File "/tmp/pip-...
2018 Jun 18
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
On Mon, 18 Jun 2018 07:13:01 -0300 Nilton OS <jniltinho at gmail.com> wrote: > Hi Rowland, > > I think I know what the problem is, but I can not even try to try > and fix it, because 'go_samba4' is a binary BLOB. > > *Right, I created this package with Pyinstaller so the user does not > need to install any python lib for the application to work, but you > can fix it directly on github.* BAD IDEA, just tell people what to install. > > I am sorry, but I can not re...