Displaying 4 results from an estimated 4 matches for "gope".
Did you mean:
hope
2017 Feb 27
2
Samba4 fail linux machine join to ADS
Helo friends:
This is my smb.conf file, runing in openSUSE 42.1 system and SAMBA acts
as a DNS proxy to Bind
# Global parameters
[global]
netbios name = SERVERDOM
realm = POLRMVAR.MTZ.SLD.CU
workgroup = POLRMVAR
dns forwarder = 10.44.0.5
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cldap,
2017 Feb 27
0
Samba4 fail linux machine join to ADS
On Mon, 27 Feb 2017 08:16:46 -0500
Informatico Neurodesarrollo via samba <samba at lists.samba.org> wrote:
> Helo friends:
> This is my smb.conf file, runing in openSUSE 42.1 system and SAMBA
> acts as a DNS proxy to Bind
Well stop it being a proxy, the DC should be authoritative for the
domain.
>
> # Global parameters
> [global]
> netbios name = SERVERDOM
2017 Feb 27
1
Samba4 fail linux machine join to ADS
El 27/02/17 a las 10:53, Rowland Penny via samba escribió:
> On Mon, 27 Feb 2017 08:16:46 -0500
> Informatico Neurodesarrollo via samba <samba at lists.samba.org> wrote:
>
>> Helo friends:
>> This is my smb.conf file, runing in openSUSE 42.1 system and SAMBA
>> acts as a DNS proxy to Bind
> Well stop it being a proxy, the DC should be authoritative for the
>
2006 Feb 20
3
Background work
Greetings,
I''ve got a rails app which is basically an admin interface to a xml
dataset. Currently I''ve got rails rigged to call a function to spit the
entire dataset to file with every change. This would actually be ok, its
fairly infrequently updated, but when the dataset grows large the user sits
there waiting for it to dump with no feedback as to whats going on. Oh yes,