Displaying 20 results from an estimated 400 matches similar to: "SSHD with PAM question"
2004 Nov 01
1
SSHD with PAM question
Let me refine my previous question:
> Can anyone provide some insight into why the auth-pam module uses a fork in
> pthread_create (auth-pam.c)? This completely breaks the ability of one PAM
function
> to pass data to others via the pam_set_data/pam_get_data functions.
Can anyone tell me how to #define USE_POSIX_THREADS when building --with-pam
defined? The autoconfig stuff
2003 Sep 22
9
[Bug 702] dont call userauth_finish after auth2_challenge_stop
http://bugzilla.mindrot.org/show_bug.cgi?id=702
Summary: dont call userauth_finish after auth2_challenge_stop
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
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>
>
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
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
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 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
> +++
2005 Sep 29
2
SAMBA 3.0.14a getpwent() usage with LDAP backend -- URGENT HELP!!!
Hi,
We're being hit by occasional very high load (up to 23 on a SUN Fire
v440) on our LDAP server
coming from a query of (objectClass=posixAccount). This currently
returns over 54,000 entries ...
This is coming from the getpwent() call in util_getent.c:getpwent_list()
This is coming from srv_samr_nt.c:get_memberuids()
But we're having trouble working out what triggers this call: it
2010 Jun 01
1
possible to use samba without unix accounts for each user?
We use samba as a domain controller and file server for small separate network environments. We've currently got samba configured to get posixAccount and sambaAccount information from ldap -- and have nss_ldap configured to feed the same posixaccount objects into the posix user account apis via nsswitch.conf (getpwent etc...).
In our environments we seem to regularly run into problems which
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]:
2016 Jan 22
3
[cfe-dev] [3.8 Release] RC1 has been tagged
On Thu, Jan 21, 2016 at 7:04 PM, Brian Cain via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> SuSE Linux Enterprise Server 11SP3 x86_64
>
> Looks like I see several failures that weren't in 3.7.1. Is there any way
> to tell whether these are regressions vs new-to-3.8.0-but-failing? The
> MSan ones were in 3.7.1 but the ThreadPoolTest and the libc++ errors were
> not
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:?????
2003 Jul 14
1
Help diagnosing NIS breakage ?
In our implementation, the NIS server is ActiveDirectory with ServicesForUnix
3.0 :)
> -----Original Message-----
> From: Daniel Eischen [mailto:eischen@vigrid.com]
> Sent: Monday, July 14, 2003 2:13 PM
> To: Robin P. Blanchard
> Cc: John De Boskey; current@freebsd.org; Jacques A. Vidrine
> Subject: RE: Help diagnosing NIS breakage ?
>
>
> On Mon, 14 Jul 2003,
2009 Aug 27
3
ldap? Samba? Nss?
It seems my logins are taking a long time to get logged in. I am guessing
that it is worse when classes start and a lot of the kids try to login at
once. My old server did not seem to have this problem though and we have
the same number of students.
Where should I start looking at this? I am guessing that it is ldap, but
want to make sure.
If I log in at a computer and go to start->run and
2005 Apr 15
3
PAM authentication
I find it annoying that openssh takes active part in the authentication
process when using PAM. Namely, SSH doesn't pass the user's password if
the getpwent for the user returns NULL.
I use a clever PAM setup that allows nonexisting users to log in if they
are succesfully authenticated against a Samba server.
When the user logs in for the first time, he's added to the user
database
2004 Mar 10
2
How does samba get at OU=Computers?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
How does samba get Computers out of the Computers OU with out going
through nss_ldap and doing getpwent? Isn't this pretty much the only
way that Samba can get Machine accounts?
I'm looking for a way to hide them from the Linux server.
- --
- -----------------------------------------------------------------
| I can be reached on the
2009 Feb 24
3
using winbind to map existing unix to AD users
On our campus, we have an AD forest. Our particular department has a
number of samba servers that authenticate to one tree of that AD forest.
All of our users have accounts in LDAP for unix and AD for windows.
We don't want/need winbind for authentication. However, we would like the
ability of setting ACLs on the samba server from windows clients. So, I
assume I need a mapping of unix
2016 Apr 19
2
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list,
After the badlock patching of all samba machines in our organization
(all of them are domain members), some functionalities have stopped
working, more particularly:
- wbinfo -g (no output at all)
- wbinfo -u (no output at all)
- getent passwd (displays only local users)
- getent group
working functionalities:
- samba shares
2011 Sep 06
16
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1930
--- Comment #34 from Damien Miller <djm at mindrot.org> 2011-09-06 10:34:24 EST ---
Retarget unresolved