From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PE2AE-0001qT-Bb for garchives@archives.gentoo.org; Thu, 04 Nov 2010 15:55:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8E1E058F; Thu, 4 Nov 2010 15:55:13 +0000 (UTC) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F5D5E058F for ; Thu, 4 Nov 2010 15:55:13 +0000 (UTC) Received: by pwi6 with SMTP id 6so495560pwi.40 for ; Thu, 04 Nov 2010 08:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=w4k6L0PcDg/OFonz2Pq4LghsWIgsavQ2BIxwGJ2W5Ok=; b=Dv1lP5zHUu4i4eVcHEgeQ8A2GEDwrj+dVAfkWR0XJkXTVX6I1kgjYyAxrHq06ZHh0t yU8ej1JXTsKCLg43WW/mpH1+Z6Yo245zvuMBa2U7VnRLo2ZkSkM1hOv4+UrVDINn6qih etzNkOfQV6TWxRDyaEL0T9z5D9pF0QaR7HUh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=w5/55CiJ1tY4Vms2DwPA0pj7c4y7QrLHF5tFm4HbMInlwbeNwtzs2iSPvMFE5P7Avp 6ao4AvN5OK17990HLvm1URtABlrWRx3PDseuxWTkknoQg+yMuhlt+V0J2ENYqWFZJpWW e6UrN97+UenpOMC0V7KVwD+bKfhF6qYDIK/Ac= Received: by 10.143.43.11 with SMTP id v11mr733493wfj.388.1288886113032; Thu, 04 Nov 2010 08:55:13 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: jz.penguin@gmail.com Received: by 10.220.100.16 with HTTP; Thu, 4 Nov 2010 08:51:06 -0700 (PDT) In-Reply-To: References: <640AF55A-91BB-4CA4-B63E-A23D34E9DA9F@stellar.eclipse.co.uk> From: James Date: Thu, 4 Nov 2010 11:51:06 -0400 X-Google-Sender-Auth: 8ubLt4tVZvuEie7bMw6jvGq8Y18 Message-ID: Subject: Re: [gentoo-user] ldap client authentication To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 44cf1352-d566-4f98-92d2-3ced5d42d656 X-Archives-Hash: 6dc885fbcb8d4a71dc597536c4327627 Bump -- any ideas? In a tough spot right now trying to wrap this LDAP project up and I'm stuck= . :( -james On Wed, Nov 3, 2010 at 15:26, James wrote: > Straight from the Gentoo + LDAP page. > > # pam ldap stuff > auth=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 sufficient=A0=A0=A0=A0=A0 pam_ldap.= so use_first_pass > account=A0=A0=A0=A0=A0=A0=A0=A0 sufficient=A0=A0=A0=A0=A0 pam_ldap.so > password=A0=A0=A0=A0=A0=A0=A0 sufficient=A0=A0=A0=A0=A0 pam_ldap.so use_a= uthtok use_first_pass > session=A0=A0=A0=A0=A0=A0=A0=A0 optional=A0=A0=A0=A0=A0=A0=A0 pam_ldap.so > > -james > > On Wed, Nov 3, 2010 at 15:13, Stroller > wrote: >> >> On 3/11/2010, at 4:25pm, James wrote: >> >> ... >> I'm attempting to set up LDAP authentication against my OpenDS server on= a >> Gentoo box. I've been struggling with this for several days now with no >> progress. >> >> Here's the rundown of how things are configured (fairly straight forward= ): >> ... >> >> =3D=3D> auth.log <=3D=3D >> Nov=A0 3 06:26:03 s_dgram@client.whatever.com sshd[2650]: error: PAM: >> Authentication failure for tb from blah.whatever.com >> >> You've shown us all about your LDAP configuration, but nothing about you= r >> PAM configuration, or whether sshd or IMAP are configured to use PAM. >> Stroller. > >