From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 15:15:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABC237B401 for ; Wed, 30 Jul 2003 15:15:17 -0700 (PDT) Received: from eltanin.draconis.mw.lg.supercluster.net (eltanin.draconis.mw.lg.supercluster.net [195.47.195.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0C643F93 for ; Wed, 30 Jul 2003 15:15:16 -0700 (PDT) (envelope-from sven@crashme.org) Received: from eltanin.draconis.mw.lg.supercluster.net ([195.47.195.46]) by eltanin.draconis.mw.lg.supercluster.net with esmtp (Exim 4.20) id 19hzE0-00056l-6u for freebsd-questions@freebsd.org; Wed, 30 Jul 2003 22:15:12 +0000 Date: Wed, 30 Jul 2003 22:15:12 +0000 (GMT) From: Sven Brandenburg X-X-Sender: sven@eltanin.draconis.mw.lg.supercluster.net To: freebsd-questions@freebsd.org Message-ID: <20030730215425.K8440@eltanin.draconis.mw.lg.supercluster.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: nss_ldap <-> login.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 22:15:17 -0000 Thanks for the effort of bringing a working nss_ldap module to FBSD :) Now that we can successfully log in - is there any hope of storing the contents of a local login.conf/capability database in LDAP as well? I'm no expert here but it looks there isn't a standard ldap scheme to hold these entries (it looks pretty straightforward to invent one, though) and even worse, nsdispatch/nsswitch seem to lack necessary infrastructure for any of the getcap(3) functions. Are there any plans to implement this? That would be soooo sweet ;) TIA regards, Sven