Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6E663200BBB for ; Thu, 27 Oct 2016 02:16:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6D149160AFD; Thu, 27 Oct 2016 00:16:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B5D01160AEE for ; Thu, 27 Oct 2016 02:16:36 +0200 (CEST) Received: (qmail 30075 invoked by uid 500); 27 Oct 2016 00:16:35 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 30063 invoked by uid 99); 27 Oct 2016 00:16:35 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 00:16:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 34F8DC0EC8 for ; Thu, 27 Oct 2016 00:16:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id b45Xa6ozRtIA for ; Thu, 27 Oct 2016 00:16:34 +0000 (UTC) Received: from itppagent1.jmu.edu (itppagent1.jmu.edu [134.126.52.156]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 2B17D5F24A for ; Thu, 27 Oct 2016 00:16:34 +0000 (UTC) Received: from pps.filterd (itppagent1.jmu.edu [127.0.0.1]) by itppagent1.jmu.edu (8.15.0.59/8.15.0.59) with SMTP id u9R0FpFO008328 for ; Wed, 26 Oct 2016 20:16:28 -0400 Received: from it-exhub4.ad.jmu.edu (it-exhub4.jmu.edu [134.126.52.149]) by itppagent1.jmu.edu with ESMTP id 26b5jj0799-1 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 26 Oct 2016 20:16:28 -0400 Received: from lohrda-MBP-14-1680.local (174.205.11.137) by exchange.jmu.edu (134.126.52.149) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Oct 2016 20:16:27 -0400 Subject: Re: Export to a stand-alone OpenLDAP server - operational attributes To: References: From: "Lohr, Donald" Message-ID: <9209d8ef-6940-f6ac-2090-fd0e83cf2f3d@jmu.edu> Date: Wed, 26 Oct 2016 20:16:43 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [174.205.11.137] archived-at: Thu, 27 Oct 2016 00:16:37 -0000 I can not speak to OpenLDAP, but if it is like others, you can not add operational attributes through a conventional ldapadd / ldapmodify operation. Some LDAP products have a bulk load process that is done with the directory service module stopped, that allows you to add certain operational attributes. But be aware that if you a moving from one vendors product to another, you may have to use some form of scripting to reformat the time based attributes. On 10/26/16 5:35 PM, Ezsra McDonald wrote: > What is the trick to export the LDAP to a OpenLDAP server used for other > purposes? OpenLDAP does not want to allow the add of operational > attributes. We need the password history and aging to come over. > > Has anyone done this? > > --Ezsra >