similar to: Samba4 password hook

Displaying 20 results from an estimated 500 matches similar to: "Samba4 password hook"

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
2019 Mar 25
2
Questions on DRS replicate command
Hi, I have some question about the command "samba-tool drs replicate" command. On a server with a big number of objects to synchronize, the command makes a timeout error. Now it looks like the sync actually occurs. I also see that there is an option to make the command asynchronous (not waiting for the result of the replication), but then I'm not sure how to confirm the process
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
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 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
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.
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
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 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
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
2008 May 30
2
Web-based shared calendar synchronizable with Outlook
Hi, I know this request is a a little off-topic but may be interesting for dovecot users (at least i hope!) Does anybody has already had an experience with a calendar sharing solution including a webcalendar and an outlook connector, "compatible" with dovecot ? Today, there are many projects aiming to be a "M$ Exchange Killer" (such as Zimbra, OBM, open-exchange, etc) but
2017 Aug 23
2
Aw: Dovecot - Postfix Calender Synchronisation
I still find impediments to the adoption of any of those "solutions". Too many software dependencies, like PHP, DB, python, and a virtual machine. --- There are two portable file formats for calendar and contacts that work across applications and systems, but no server that can use them, and use them safely. Sent from ProtonMail Mobile On Wed, Aug 23, 2017 at 10:41 AM, Infoomatic
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
2009 May 25
0
OBM groupware on centos
Have any of you tried out the OBM groupware stuff on centos? They have RHEL5 rpm's. http://obm.org/doku.php?id=start Also curious how it is as a groupware/exchange alternative.... d
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})
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
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