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 1PEPNg-00083h-CD for garchives@archives.gentoo.org; Fri, 05 Nov 2010 16:43:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D34FE09C6; Fri, 5 Nov 2010 16:41:56 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id EC82EE09C6 for ; Fri, 5 Nov 2010 16:41:55 +0000 (UTC) Received: by gxk7 with SMTP id 7so840835gxk.40 for ; Fri, 05 Nov 2010 09:41:55 -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; bh=8ICPCz2wOJM6NibibzkC35ioV/YSirKvNR2D6vjfhXM=; b=aO63znoUvQv5DUL4jxcV9OujG0nxNeouWAz7mKmmFH2lYu6oFDOB3KR+lkQOJg3aSF pxULJnUyvdULlARLGZTmOvGl6E2JyE3BSnbUMlMfRkwR+lovCdftazoX9rUOV9WEqrDS ikqyMOIj9aTpzVgL7LrBZm5nOqNwWnMZpaAnc= 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; b=k/10ZGnjhyE5OZMrabl7UmyaKSmKTh/h3Mi7G7LMmzwhm4Gimg/6I+1dUtLXIJ1bNu ERKlWepMxFHmI+qa3lZ+2CBFm3rcIE5Ewh7VM9JmNmgNAWszrIzYdDmRZK+jHzWd8qvY 4Y2QGl/2utZj+wAlnskAudvKF4Eoh7+Z3LgmM= Received: by 10.42.165.136 with SMTP id k8mr1218424icy.428.1288975315483; Fri, 05 Nov 2010 09:41:55 -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; Fri, 5 Nov 2010 09:41:34 -0700 (PDT) In-Reply-To: References: <640AF55A-91BB-4CA4-B63E-A23D34E9DA9F@stellar.eclipse.co.uk> From: James Date: Fri, 5 Nov 2010 12:41:34 -0400 X-Google-Sender-Auth: mhZEn2Nv8GR_8laFNcEfrXKOWDw Message-ID: Subject: Re: [gentoo-user] ldap client authentication To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: c8f07553-c58a-4d0a-b857-d31cdd3474f2 X-Archives-Hash: 752605b1bb63ead1edc2237cf857c1a6 It seems that the LDAP is failing to work, as well, in CentOS 5 -- same ldap.conf file that (a) fails in Gentoo, and (b) works in Ubuntu. What's the best way to star troubleshooting this from a PAM perspective? I have a debug line set at the bottom of the ldap.conf file, but that doesn't seem to be giving me enough information. Also, I've set 'debug' at the end of every line in my /etc/pam.d/system-auth file, to no avail. Nothing is showing up in /var/log/debug -- PAM indicates that the 'debug' keyword sends messages to syslog for processing. Thoughts / ideas would be greatly appreciated. Thanks! -james On Fri, Nov 5, 2010 at 06:22, Ward Poelmans wrote: > On Fri, Nov 5, 2010 at 05:44, James wrote: >> Things just got more interesting. >> >> I just copied my /etc/ldap.conf file over from my Gentoo box to an >> Ubuntu box -- it works without a single hitch. >> >> I'm about to rip my hair out here...any ideas on where I can start >> troubleshooting this? > > Put logging of PAM to the max and start looking in your pam logs. Your > ldap seems fine. > > Ward > >