From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48442158042 for ; Wed, 13 Nov 2024 13:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C190E0837; Wed, 13 Nov 2024 13:48:48 +0000 (UTC) Received: from mail.dotcomltd.ru (mail.dotcomltd.ru [89.21.149.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26111E0815 for ; Wed, 13 Nov 2024 13:48:46 +0000 (UTC) Received: by mail.dotcomltd.ru (Mail server, from userid 5002) id E7EB7420E9D; Wed, 13 Nov 2024 16:48:44 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dotcomltd.ru; s=dotcom; t=1731505724; bh=OsS524eZHcoNMC9XW3kUPkukofPREQQoG5QwK6lE/Rw=; h=Date:To:From:Subject; b=PRa5gb3oT3btPAomDo9xlbEcEKvm9FAjCzQN0AUMYH8Oi8Y3e/DCRBz+X1ktH1mUU pGNcoT0ihoqtJnCPeI4xFHUz1bmj1PTuusslHWvNOrHypW8jkEPg4v6RFgjXgsQpTu xFMtzmjW2q7nB3tOPRbmg720O89yjIRFYrZBtIQ8= X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on phoenix.dotcomltd.ru X-Spam-Level: X-Spam-Status: No, score=-2.7 required=4.5 tests=ALL_TRUSTED,BAYES_00, DKIM_INVALID,DKIM_SIGNED,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 Received: from [10.8.3.10] (unknown [10.8.3.10]) by mail.dotcomltd.ru (Mail server) with ESMTPSA id C5CC24208D1 for ; Wed, 13 Nov 2024 16:48:42 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dotcomltd.ru; s=dotcom; t=1731505722; bh=OsS524eZHcoNMC9XW3kUPkukofPREQQoG5QwK6lE/Rw=; h=Date:To:From:Subject; b=iN3BKHD9Ya9sbB3sTqUkIZwThkgD8vlB0ucF8pPlBHkg275YDPTIw6shaFvlvb3Zm CCBxPpHWTgFQE5xVVJkYvP/kXQa3oepZajm/76PxWPg3hFmZ+BcHkQWXYDl9QEmnf0 oAoyHovu3dKvRgOVGoKR0ERyzC8qAZvaD1x4c9Ig= Message-ID: <4c53567d-16b0-4fd3-bace-230510713206@dotcomltd.ru> Date: Wed, 13 Nov 2024 16:48:38 +0300 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: gentoo-user@lists.gentoo.org From: Evgeny Bushkov Subject: [gentoo-user] where is pam_ldap now? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 83c1e69b-e476-4c08-9a10-c2ff895712b4 X-Archives-Hash: 63e739c5a344e169c80ee43268d5e231 Hi , somehow my ldap user became blocked from access to a ssh-server. It turns out pam can't find pam_ldap.so module anymore. Yes I remember I removed it at recent 'emerge --depclean' session but the portage tree doesn't have it anymore. I wonder where is sys-auth/pam_ldap now? There's no mentioning in news nor in web search. I managed to restore pam_ldap module from packages but now I'm in need for more reliable decision. Best regards, Evgeny.