Displaying 13 results from an estimated 13 matches for "windowsdc".
2014 Jun 13
3
DC replication not working
...9;ve got a couple of Samba4 DCs running as VMs for testing. The primary
AD DC went smoothly. The second VM joined properly and all but it's only
when I get to the replication tests that I see errors. This is following
the wiki
When I run the command "samba-tool drs kcc -Uadministrator
windowsdc.mycrap.cnpapers.dom" I get an error indicating that
windowsdc.mycrap.cnpapers.dom is not found. Is "windowsdc" correct?
When I run the command "samba-tool drs showrepl" I get a
"DsReplicaGetInfo of type 0 failed NT_STATUS_RPC_PROTOCOL_ERROR" message.
What step...
2012 Dec 27
1
Samba4: ldapcmp incorrectly reporting some attributes as missing on secondary controller
...ther is
similarly working.
However, the `ldapcmp` tool claims there are numerous discrepancies in
the replicated data between the two ldap directories. Note the
'attributes found only in' list in the example comparison for a
specific user in the directory:
$ sudo samba-tool ldapcmp ldap://windowsdc.exampledn.com
ldap://samba4dc.exampledn.com domain --base='CN=ExampleFirstName
ExampleSecondName,OU=OU,DC=exampledn,DC=com'
--base2='CN=ExampleFirstName
ExampleSecondName,OU=OU,DC=exampledn,DC=com'
* Comparing [DOMAIN] context...
* Objects to be compared: 1
Comparing:
'CN=Exa...
2013 May 02
0
Samba4 DNS Internal - Domain Zone does not exists...
...zone, i.e. mydomain.com zone, do not exists at Samba4 DNS. All of the others (i.e. _msdsc.mydomain.com, , etc) exists.
3) We cannot ADD an entry in Samba DNS, (using samba-tool dns add mysambasrv mydomain.com bl? bl? bl?). The system returns an error like "name doesn't exists". At the WindowsDC, I can see de mydomain.com zone, the registers and I can ADD, Delete, etc.
If I run the samba-tool dns add command, pointing to my WindowsDC server, it works fine.
So, my questions are:
- How can I see "mydomain.com" zone at samba4 server?
- Is this zone can be replicated from WindowsDC...
2013 Mar 26
2
Internal DNS and Replication
I'm trying to join a Linux server running Samba 4.0.4 as a DC to an
existing AD domain. The current DC (server1) is running Server 2008 not
R2. The Samba server (server2) is using internal DNS. I'm following
"Samba4/HOWTO/Join a domain as a DC" from the wiki. The join seems to
work, but I'm having problems with DNS replication.
During the join many DNS records for
2015 Mar 18
3
windows sysvol share
Of course, the sysvol is located on a windows controller from the forest.
mount -t cifs -o username=domain_admin_user
//windowsDC.myDomain.local/SYSVOL /mnt/smb/sysvol
and copied the files with -R --preserve to
/usr/local/samba/var/locks/sysvol/
Below logs are provided from /usr/local/samba/var/log.smbd file.
regards,
On Wed, Mar 18, 2015 at 3:36 PM, Rowland Penny <rowlandpenny at googlemail.com>
wrote:
> On 18/...
2015 Mar 18
2
windows sysvol share
...thanks!
On Wed, Mar 18, 2015 at 4:45 PM, Rowland Penny <rowlandpenny at googlemail.com>
wrote:
> On 18/03/15 14:40, Adriana Moga wrote:
>
> Of course, the sysvol is located on a windows controller from the
> forest.
>
> mount -t cifs -o username=domain_admin_user
> //windowsDC.myDomain.local/SYSVOL /mnt/smb/sysvol
>
> and copied the files with -R --preserve to
> /usr/local/samba/var/locks/sysvol/
>
> Below logs are provided from /usr/local/samba/var/log.smbd file.
>
> regards,
>
> On Wed, Mar 18, 2015 at 3:36 PM, Rowland Penny <
> ro...
2011 Nov 14
0
Samba4 joining a domain as DC
I followed
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC
but when I get to
samba-tool drs kcc -Uadministrator windowsdc.samba.example.com
then the result is:
ERROR(runtime): DsExecuteKCC failed - (8409, ?WERR_DS_DATABASE_ERROR?)
and in samba.log:
[2011/11/14 16:03:30, 0] ../source4/smbd/server.c:365(binary_smbd_main)
samba version 4.0.0alpha17 started.
Copyright Andrew Tridgell and the Samba Team 1992-2011...
2015 Mar 18
0
windows sysvol share
On 18/03/15 14:40, Adriana Moga wrote:
> Of course, the sysvol is located on a windows controller from the forest.
>
> mount -t cifs -o username=domain_admin_user
> //windowsDC.myDomain.local/SYSVOL /mnt/smb/sysvol
>
> and copied the files with -R --preserve to
> /usr/local/samba/var/locks/sysvol/
>
> Below logs are provided from /usr/local/samba/var/log.smbd file.
>
> regards,
>
> On Wed, Mar 18, 2015 at 3:36 PM, Rowland Penny
> <rowlan...
2015 Jan 18
1
Many errors after adding SAMBA 4.1 as 2nd AD in Win 2008 domain
...235-4b06-11d1-ab04-00c04fc2dcd2 at ncacn_ip_tcp:fa2f509c-accf-442f-b7f2-9497bb286180._msdcs.MYDOMAIN.local[1029,seal,krb5] NT_STATUS_NO_LOGON_SERVERS
[2015/01/18 17:37:25.439073, 3] ../source4/auth/gensec/gensec_gssapi.c:309(gensec_gssapi_client_creds)
Cannot reach a KDC we require to contact GC/WINDOWSDC.MYDOMAIN.local/MYDOMAIN.local : kinit for LINUXDC$@MYDOMAIN.local failed (Cannot contact any KDC for requested realm)
Typical errors in Windows event log (Domain controller)
Error
Active Directory Domain Services could not use DNS to resolve the IP address of the source domain controller listed...
2017 May 11
2
Samba 4.6.3 DNS replication with Windows 2008 R2 DC
Hi there,
I currently have 9 x Samba 4.6.3 Domain Controllers happily replicating and
working nicely. We use BIND_DLZ DNS.
I have been tasked with adding a Windows 2008 R2 DC to this group which I
have done following this guide:
https://wiki.samba.org/index.php/Joining_a_Windows_Server_2008_/_2008_R2_DC_to_a_Samba_AD
All appears to have gone well and replication is working according to
2015 Mar 18
0
windows sysvol share
...mail.com <mailto:rowlandpenny at googlemail.com>> wrote:
>
> On 18/03/15 14:40, Adriana Moga wrote:
>> Of course, the sysvol is located on a windows controller from the
>> forest.
>>
>> mount -t cifs -o username=domain_admin_user
>> //windowsDC.myDomain.local/SYSVOL /mnt/smb/sysvol
>>
>> and copied the files with -R --preserve to
>> /usr/local/samba/var/locks/sysvol/
>>
>> Below logs are provided from /usr/local/samba/var/log.smbd file.
>>
>> regards,
>>
>> On Wed,...
2012 Jan 10
4
Samba4 error joining W2003 DC
Hi there,
I'm a newy at samba 4 and I'm trying to joing a samba 4 alpha 17 box to our domain as a DC so I can "drain" the domain info and use the linux box to test samba without disturbing the domain itself.
The thing is that I get an error when trying to join the server :
[root at vpdc samba]# bin/samba-tool domain join montecarlotv.com.uy DC -Uadministrador
2015 Mar 18
2
windows sysvol share
Hello,
I have manually mounted the SYSVOL share, sync it with samba and run
samba-tool ntacl sysvolreset.
But I'm not sure if all windows policies are acceptable by samba because of
errors logs:
2015/03/18 09:30:52.197934, 0]
../source3/smbd/oplock.c:338(oplock_timeout_handler)
Oplock break failed for file
myDomain.local/Policies/{31B2F340-016D-11D2-945F-00C04FB984F9}/USER/Registry.pol
--