From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 14:26:57 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BB361065674 for ; Fri, 8 Jul 2011 14:26:57 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from hp9.esiee.fr (hp9.esiee.fr [147.215.1.4]) by mx1.freebsd.org (Postfix) with ESMTP id 26CD68FC0C for ; Fri, 8 Jul 2011 14:26:57 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by hp9.esiee.fr (Postfix) with ESMTP id 789DA14E9787 for ; Fri, 8 Jul 2011 16:25:15 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.4.1 hp9.esiee.fr 789DA14E9787 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=esiee.fr; s=MAILOUT; t=1310135115; bh=voVx6sEZoMjSJuACn/CM9qZfxzYWsC05UHjWrOhFgG0=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=c2d118VIslsx0I8MM7HsIGcBfDBZ1UXw1IiAa6ZQGjshJHook7AL0C2KmvJYAgASD 61qcMy/48dE0PQo85bhZfA8M//yqOBMomFPqn2O+BQeLcyvOo4KiUXhj+TOgQ0Gj74 tUE2koDZi0C7I+chJcqnT9Ez2C5MJvTSXmGgYHD0= Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id C96233C3CB6 for ; Fri, 8 Jul 2011 16:25:29 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id 896623C3AAC for ; Fri, 8 Jul 2011 16:25:29 +0200 (CEST) Message-ID: <4E1713AF.7000806@esiee.fr> Date: Fri, 08 Jul 2011 16:26:55 +0200 From: Frank Bonnet User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: import users from LDAP to local password file (pwd.db) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 14:26:57 -0000 Hello I need to import the necessary users's data from an OpenLDAP directory server to put them in the local password files , anyone has done this before ? The machine use nss_ldap and pam_ldap to authenticate users but for robustness during the holidays I would like to have a local password file on this machine which is our mailhub. The OpenLDAP server runs on another machine and if it fails during holidays I want my mailhub to be standalone for authentication in order to let email service running even the directory server crash. Thanks