From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8391 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Adjustments to roadmap Date: Fri, 28 Aug 2015 08:47:56 -0400 Message-ID: <20150828124755.GB7833@brightrain.aerifal.cx> References: <20150828024347.GA7624@brightrain.aerifal.cx> <20150828042104.GA7833@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1440766098 1087 80.91.229.3 (28 Aug 2015 12:48:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2015 12:48:18 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8403-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 28 14:48:17 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZVJ4l-0006tQ-VJ for gllmg-musl@m.gmane.org; Fri, 28 Aug 2015 14:48:12 +0200 Original-Received: (qmail 31746 invoked by uid 550); 28 Aug 2015 12:48:09 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 30700 invoked from network); 28 Aug 2015 12:48:09 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8391 Archived-At: On Fri, Aug 28, 2015 at 09:57:56AM +0300, Вася Бойцов wrote: > Hello, I would like to know what is the current progress and ideas on PAM > with LDAP calls what is the roadmap for this feature and workaround for > using it now? If you mean passwd/group db lookup (that's separate from PAM which has nothing to do with libc functionality), then on the libc side it should be complete. However an outside daemon providing query service on the nscd socket is needed. Everything seems to work if you have glibc's nscd doing the work, but somebody still needs to write an LDAP bridge (or general bridge that can use nss modules or something). While it's not code internal to musl, having such a third-party daemon available is on the 1.2.0 goals. Rich