Displaying 20 results from an estimated 30000 matches similar to: "How samba and active directory works"
2018 Sep 03
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
?Reuben, could you try this:
service auth-worker {
? executable = /usr/bin/strace -o /tmp/out /usr/libexec/dovecot/auth -w
}
and send the out file to me? I wasn't able to reproduce your problem
with glibc-2.28.
Aki
On 31.08.2018 21:30, Aki Tuomi wrote:
> Ah. Thanks for the pointer.
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From:
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
glibc-2.28.
There was a posting by Michael Marley on 31/08 saying he saw something
similar to this problem after upgrading to 2.28 as well with 'doveadm
purge'.
Reuben
On 19/09/2018 4:50 pm, Aki Tuomi wrote:
> Which glibc version are you using?
>
> Aki
>
> On 19.09.2018 09:39, Reuben Farrelly wrote:
>> Hi Aki,
>>
>> How did you go with this in the
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure:
thunderstorm ~ # cat /etc/nsswitch.conf
# /etc/nsswitch.conf:
# $Header:
/var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2
2017/08/12 16:21:44 slyfox Exp $
passwd: compat files
shadow: compat files
group: compat files
hosts: files dns
networks: files dns
services: db files
protocols: db files
rpc: db files
ethers: db files
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I've been running with this almost identical patch already for some time:
diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt
dovecot-2.3.0.1/src/auth/mycrypt.c
--- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28
15:28:58.000000000 +0100
+++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200
@@ -14,6 +14,7 @@
# define _XPG6 /* Some Solaris versions
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I think this might be caused by glibc 2.28. I saw a similar error with
the "doveadm purge" command after upgrading my system to that version.
Michael Marley
On 2018-08-31 13:10, Aki Tuomi wrote:
> I'll see if this is reproducible
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Hi Aki,
How did you go with this in the end? Do you need anything more from me
or were you able to reproduce this?
Thanks,
Reuben
On 1/09/2018 12:41 am, Reuben Farrelly wrote:
> Sure:
>
> https://www.reub.net/files/dovecot/lightning-dovecot.conf
> https://www.reub.net/files/dovecot/thunderstorm-dovecot.conf
>
> Updated nightly.
>
> Reuben
>
>
> On
2018 Sep 19
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I have no idea why it's returning invalid argument, maybe you need to
raise this as issue with glibc?
Aki
On 19.09.2018 10:43, Reuben Farrelly wrote:
> Sure:
>
> thunderstorm ~ # cat /etc/nsswitch.conf
> # /etc/nsswitch.conf:
> # $Header:
> /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2
> 2017/08/12 16:21:44 slyfox Exp $
>
> passwd:?????
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
This is bit of a longshot, but can you try applying
https://github.com/dovecot/core/commit/63a74b9.patch and see if this helps?
Aki
On 19.09.2018 10:33, Reuben Farrelly wrote:
> glibc-2.28.
>
> There was a posting by Michael Marley on 31/08 saying he saw something
> similar to this problem after upgrading to 2.28 as well with 'doveadm
> purge'.
>
> Reuben
>
>
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Which glibc version are you using?
Aki
On 19.09.2018 09:39, Reuben Farrelly wrote:
> Hi Aki,
>
> How did you go with this in the end?? Do you need anything more from
> me or were you able to reproduce this?
>
> Thanks,
> Reuben
>
> On 1/09/2018 12:41 am, Reuben Farrelly wrote:
>> Sure:
>>
>> https://www.reub.net/files/dovecot/lightning-dovecot.conf
2016 Apr 19
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
I am also having this issue, however in my case it is worse - samba shares do not work
and "getent passwd <domain user>" also does not work. I tried adding the following to the
"[global]" section of my smb.conf as suggested elsewhere, but no improvement:
client ldap sasl wrapping = plain
My smb.conf is very similar to yours, however I also have the following options set:
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
No. Neither of those are installed on either system.
Reuben
On 1/09/2018 12:09 am, Aki Tuomi wrote:
> Could apparmor or selinux be causing this!
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at reub.net>
> Date: 31/08/2018 16:50 (GMT+02:00)
> To: Dovecot Mailing List <dovecot
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Can you provide your /etc/nssswitch.conf?
Aki
On 19.09.2018 10:40, Reuben Farrelly wrote:
> I've been running with this almost identical patch already for some time:
>
> diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt
> dovecot-2.3.0.1/src/auth/mycrypt.c
> --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28
> 15:28:58.000000000 +0100
> +++
2004 Jan 13
0
SID <-> UID mappings
Hello!
I've been running a custom hacked samba 3.0rc1 to get winbindd to bind every SID
simply to what getpwent returns as the UID.
The newest versions of samba seem to support the possibility to have
winbindd to use /etc/passwd and /etc/group as the storage backend.
So basically what I need is that each time samba wants to know the SID of the
username "joe" it would just query
2002 Jul 25
0
Please evaluate my patch for Winbind
Yesterday I posted a problem report with some diagnostics. I seem to have found a solution on my own
and provide a patch here. [I didn't post this as a follow-up because nobody responded to my original post
and I wanted to make sure someone reads at least this one.]
The patch makes the winbind client (libnss_winbind.so) code more robust.
Consider the following fragment of broken
2004 Sep 07
0
[HELP] understanding winbind smb.conf parameters
hi list,
may be it's a stupid question, because it's written in smb.conf but i
don't understand the description of the following parameters
** winbind enum users (G)
On large installations using winbindd(8) it may be
necessary to suppress the enumeration of users through
the setpwent(),getpwent() andendpwent() group of
system calls. If the
2016 Apr 20
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list,
Some more useful information - I compiled 4.2.11 on CentOS 7.2, and tested with the same configuration files and AD DC, running on MS Windows 2012 R2.
The issue still remains.
Regards,
Dimitar
> From: dimitar.hristov at outlook.com
> To: amartin at xes-inc.com
> Date: Wed, 20 Apr 2016 13:23:05 +0200
> CC: samba at lists.samba.org
> Subject: Re: [Samba] wbinfo -u,
2018 Aug 31
3
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure:
https://www.reub.net/files/dovecot/lightning-dovecot.conf
https://www.reub.net/files/dovecot/thunderstorm-dovecot.conf
Updated nightly.
Reuben
On 1/09/2018 12:26 am, Aki Tuomi wrote:
> Can you provide doveconf -n?
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at reub.net>
>
2016 Apr 20
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hai,
Test again but now install 4.4.2
>> All versions below 4.4.2 are affected i.m.o. <<
My guess, bad patch somewhere, I do think
security-2016-04-12-prerequisite-v4-4-regression-fixes.metze01.txt
is the problem, since this is the only patch i remove from the debian patches.
(compaired to the samba 4.4.2 from source and the 4.4.1 from debian)
(!! Above works for me, i dont
2017 May 09
0
ssh not connecting to Active Directory in Fedora 25 workstation, wbinfo -u works; child_read_request: read_data failed: NT_STATUS_CONNECTION_RESET
On Tue, 9 May 2017 11:00:09 -0400
Robert Kudyba via samba <samba at lists.samba.org> wrote:
> Running Feora 25 workstation we're able to register the computer in
> AD but I can't get SSH to authenticate properly. wbinfo -u brings
> back all the users. Just getting "Permission denied, please try
> again." Below are key settings in related conf files.
>
>
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Hi,
I'm running dovecot-2.3 git and seeing on 2 of my Dovecot installations,
the following message logged quite frequently:
Aug 31 16:55:53 lightning.reub.net dovecot[7698]: auth-worker(7707):
Error: getpwent() failed: Invalid argument
Aug 31 16:55:53 lightning.reub.net dovecot[7698]: replicator: Error:
User listing returned failure
Aug 31 16:55:53 lightning.reub.net dovecot[7698]: