Displaying 9 results from an estimated 9 matches for "jniltinho".
2018 Jun 18
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
Hi, Rowland
Quick start:
https://github.com/jniltinho/go-samba4/blob/master/README.md
Debian 9 64Bits
Soon I will change the entire documentation to English.
You can access the demo application at the following link:
https://35.196.196.235/
LOGIN: administrator
PASS: Linuxpro123456
https://github.com/jniltinho/go-samba4
...........................
2018 Jun 14
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
...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.
https://github.com/jniltinho/go-samba4
..............................................................................................
*Nilton OS* <http://nilton.branded.me> | *Linux Expert 17 years ago* |
LinuxPro <http://www.linuxpro.com.br>
The meaning of life is to cross borders
*"Cert: LPIC-1, SUSE S...
2016 May 19
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...for me
>
> (...eventually really a good place to do this for different distros...)
>
> Markus
>
>
Yes, we are using an "unofficial" repository on this machine. In fact,
the following Samba repositories are configured:
http://download.opensuse.org/repositories/home:/jniltinho/openSUSE_13.2
http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_13.2
The rpm samba4-4.4.2-1.1.x86_64.rpm is being taken from the first of these, which has been working quite successfully for us....
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...tually really a good place to do this for different distros...)
>> Markus
>>
>>
> Yes, we are using an "unofficial" repository on this machine. In
> fact, the following Samba repositories are configured:
>
> http://download.opensuse.org/repositories/home:/jniltinho/openSUSE_13.2
> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>
> http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_13.2
>
>
> The rpm samba4-4.4.2-1.1.x86_64.rpm is being taken from the first of
> these, which has be...
2016 May 19
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...to do this for different distros...)
>>> Markus
>>>
>>>
>> Yes, we are using an "unofficial" repository on this machine. In
>> fact, the following Samba repositories are configured:
>>
>> http://download.opensuse.org/repositories/home:/jniltinho/openSUSE_13.2
>> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>>
>> http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_13.2
>>
>>
>> The rpm samba4-4.4.2-1.1.x86_64.rpm is being taken from the first of...
2016 May 18
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 18/05/16 16:16, Markus Dellermann wrote:
> Hi,
> Am 18.05.2016 um 15:39 schrieb Robert K. Nelson:
>> We are using samba4 as an AD controller under OpenSuSE 13.2 using the
>> repository at:
>>
>> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>>
>>
> Not related to your Problem, but are you sure, that this repo really
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...tros...)
>>>> Markus
>>>>
>>>>
>>> Yes, we are using an "unofficial" repository on this machine. In
>>> fact, the following Samba repositories are configured:
>>>
>>> http://download.opensuse.org/repositories/home:/jniltinho/openSUSE_13.2
>>> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>>>
>>> http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_13.2
>>>
>>>
>>> The rpm samba4-4.4.2-1.1.x86_64.rpm is being t...
2018 Jun 16
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
...g 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.
> 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:...
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...