Displaying 20 results from an estimated 3000 matches similar to: "Questions on DRS replicate command"
2019 Feb 26
1
samba internal DNS Zone transfers and notify for slaves?
I was wondering if I can implement slave DNS servers for a samba domain.
I would like to setup a slave section on my bind server that gets its
information from my samba-ad dns server?
Or is my only option at the moment to use bind-dlz with bind on my samba-dc?
This page:
https://wiki.samba.org/index.php/DNS_Administration
says zone transfers is unimplemented
but one of the links on there
2018 Oct 19
2
Samba 4.7+ - RODC and password change support
Hi,
I am working on a deployment of Samba as a domain controller, with one
central domain controller and several read-only DC.
The deployment works, and computers seems to interact with the RODCs
as they should, but sometimes computers leave the domain after a
password change.
This seems to happen only on RODC where the passwords have been
replicated - on one occasion the RODC was
2017 May 11
1
Samba4 password hook
Hi Andrew,
I try to understand the point of storing the hashed password. Is there
any documentation I could read to help ?
Thanks
Simon Elbaz
Le 27/04/2017 à 21:07, Andrew Bartlett a écrit :
> On Thu, 2017-04-27 at 19:15 +0200, Simon ELBAZ via samba wrote:
>> Hi,
>>
>> Sorry if this question has already been raised.
>>
>> I would like if there is a tool/hook
2017 Apr 27
2
Samba4 password hook
Hi,
Sorry if this question has already been raised.
I would like if there is a tool/hook enabling to catch a Samba4 AD
password change. The password change would be synchronized to an
OpenLDAP userPassword attribute.
Thanks for your answer
Simon
--
Message envoyé grâce à OBM <http://obm.org>, la Communication Libre par
Linagora <http://www.linagora.com/>
2019 Mar 25
0
Questions on DRS replicate command
Hi,
We fixed a similar problem with the join command in v4.10 - see
https://bugzilla.samba.org/show_bug.cgi?id=13612
I think we've done some testing recently around 'samba-tool drs
replicate' on large DBs without problems. So it might help if you tell us:
- what version of samba you're using.
- the actual error you're getting (e.g. a python exception?).
- the exact options
2018 Oct 23
3
Samba 4.7+ - RODC and password change support
On Tue, 23 Oct 2018 10:07:29 +1300
Garming Sam via samba <samba at lists.samba.org> wrote:
> Hi,
>
> On 20/10/18 1:26 AM, Julien Ropé via samba wrote:
> >
> > The deployment works, and computers seems to interact with the
> > RODCs as they should, but sometimes computers leave the domain
> > after a password change.
> >
> > This seems to
2018 Oct 22
3
AD RODC not being used because of missing DNS entries?
Hi,
We have encountered these timeout issues with Samba 4.7 as an RODC too.
We created a ticket about it here :
https://bugzilla.samba.org/show_bug.cgi?id=13502
One thing is that even after the timeouts got resolved, I still get a
weird behaviour with two entries that keeps trying to update themselves
when I run "samba_dnsupdate". The call succeeds, but the entries are
actually
2018 Oct 20
2
AD RODC not being used because of missing DNS entries?
On Sat, 20 Oct 2018 17:04:20 +0200 (CEST)
tomict via samba <samba at lists.samba.org> wrote:
>
> > OK, I have checked from Windows and my dns looks like this:
> > DC2-|
> > |- Forward Lookup Zone
> > |- samdom.example.com
>
> You have much more dc2 entries, I only have 4 from my manual
> additions. Your dns setup is the same as the setup that
2018 Oct 22
0
Samba 4.7+ - RODC and password change support
Hi,
On 20/10/18 1:26 AM, Julien Ropé via samba wrote:
>
> The deployment works, and computers seems to interact with the RODCs
> as they should, but sometimes computers leave the domain after a
> password change.
>
> This seems to happen only on RODC where the passwords have been
> replicated - on one occasion the RODC was not set to store password
> hashes, and
2011 Jan 15
1
Can I get rid of the fchown log messages?
Hi,
Since upgrading dovecot version (from somewhat ancient to 1.2.16), I see
messages in the logs like these:
Jan 15 00:55:17 srv0303 dovecot: POP3(obm03): fchown(/home/obm/obm03/mail/.imap/INBOX/dovecot.index.tmp, -1, 8(mail)) failed: Operation not permitted (egid=1033(obm), group based on /var/mail/obm03)
I know that this is because the mailbox in /var/mail has ownership
username:mail.
2009 Oct 08
3
[PATCH] fix storages crazyness
Signed-off-by: Loiseleur Michel <mloiseleur at linagora.com>
---
app/models/vm.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/models/vm.rb b/app/models/vm.rb
index 88e0aef..0be3f89 100644
--- a/app/models/vm.rb
+++ b/app/models/vm.rb
@@ -27,7 +27,7 @@ class Vm < ActiveRecord::Base
find(:all, :conditions=>{:state=>Task::STATE_QUEUED})
2017 May 23
2
[imaptest] Explaining errors
Hi,
I'm an Apache James committer and we are curious to use imaptest in
order to validate our IMAP protocol implementation.
I'm using the nightlybuild : imaptest-20170506
I follow the examples given in the /T/ /est IMAP server compliancy/
examples https://imapwiki.org/ImapTest/Examples.
And I wanted to analyse the errors reported, here are some:
Error: user1 at james.org[11]: seq too
2018 Oct 23
1
Samba 4.7+ - RODC and password change support
On Wed, 24 Oct 2018 09:45:39 +1300
Garming Sam <garming at catalyst.net.nz> wrote:
>
> On 23/10/18 9:48 PM, Rowland Penny via samba wrote:
> > On Tue, 23 Oct 2018 10:07:29 +1300
> > Garming Sam via samba <samba at lists.samba.org> wrote:
> >
> >> Hi,
> >>
> >> On 20/10/18 1:26 AM, Julien Ropé via samba wrote:
> >>> The
2010 Aug 18
2
[PATCH] Don't show vlan interfaces in NIC host management
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/host-browser/host-register.rb | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb
index 693a6f2..5ff6a90 100755
--- a/src/host-browser/host-register.rb
+++ b/src/host-browser/host-register.rb
@@ -393,13 +393,18 @@ class
2015 Mar 31
4
Recommended stations on a server and slave domain controller
Hello Marc,
Thank you for your answer.
About multiple DCs in one domain, Do you have any documentation or a
link that could explain us how to make this type of architecture ?
As I told you, the final aim is to have more than 100 000 users in one
domain, is this a mistake to use a single master DC ?
If we can't do this, is there a special feature to develop to make this
infrastructure
2014 Nov 02
1
drs replicate to Windows 2003 DC fails with WERR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT and WERR_DS_DRA_ACCESS_DENIED
My samba4.11 server will only replicate one way: windows -> samba.
Replication from samba -> windows fails. Details follow.
I have a Samba 4.11 domain controller (fs1) that was added to an
existing domain that had a Windows Server 2003R2 domain controller (fs)
and Windows Small Business Server 2011 (sbs).
fs1 is running on Debian 7.6
My issues seems similar to
2010 Mar 10
2
[PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
Yesterday on irc :
18:12 < arthurc> "Mar 09 17:08:01 Retrieving keytab:" :) and my host appears
in ovirt (still unavailable but it's better). I defined in ovirt-awake :
KEYTAB_FILE=/etc/libvirt/krb5.tab
19:04 < mcpierce> arthurc: kk - the value ought to be moved to
/etc/sysconfig/node-config. I'll cut a patch and send it out.
Is this ok ?
>From
2010 Jul 21
1
[PATCH] Add support for tagged VLAN
VLAN are supported with this patch from Patrick Guiran <pguiran at linagora.com>
Setup instructions coming soon (https://fedorahosted.org/ovirt/wiki/VLANSetup)
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/lib/managed_node_configuration.rb | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git
2010 Feb 25
2
[PATCH] Enhance vms display
It can be quite hard to manage a pool of 40-50 VMs without informations about the OS running, the contact (which is the only one to know when the vm can really be destroyed) or an End Of Life date. This patch add those fields, and rework a little the VM list view, in order to show gracefully those new fields. It has been made at the expense of UUID, Total Run Time & Load fields. Since those
2010 Mar 24
2
[PATCH] Restart network after applying configuration
Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
scripts/ovirt-early | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 7f7c99c..4b85102 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -96,6 +96,9 @@ configure_ovirt_management_nic() {
>