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 A8AC5200BCA for ; Mon, 7 Nov 2016 06:27:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A759D160B0D; Mon, 7 Nov 2016 05:27:12 +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 EF181160AFC for ; Mon, 7 Nov 2016 06:27:11 +0100 (CET) Received: (qmail 56609 invoked by uid 500); 7 Nov 2016 05:27:10 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 56600 invoked by uid 99); 7 Nov 2016 05:27:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 05:27:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 324841A0163 for ; Mon, 7 Nov 2016 05:27:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1JlEG4-D5oFT for ; Mon, 7 Nov 2016 05:27:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A85185FADB for ; Mon, 7 Nov 2016 05:27:08 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CF283E0057 for ; Mon, 7 Nov 2016 05:27:07 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B478B3A0222 for ; Mon, 7 Nov 2016 05:27:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1768432 - /directory/site/trunk/content/fortress/news.mdtext Date: Mon, 07 Nov 2016 05:27:07 -0000 To: commits@directory.apache.org From: smckinney@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161107052707.B478B3A0222@svn01-us-west.apache.org> archived-at: Mon, 07 Nov 2016 05:27:12 -0000 Author: smckinney Date: Mon Nov 7 05:27:07 2016 New Revision: 1768432 URL: http://svn.apache.org/viewvc?rev=1768432&view=rev Log: o Modified: directory/site/trunk/content/fortress/news.mdtext Modified: directory/site/trunk/content/fortress/news.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/news.mdtext?rev=1768432&r1=1768431&r2=1768432&view=diff ============================================================================== --- directory/site/trunk/content/fortress/news.mdtext (original) +++ directory/site/trunk/content/fortress/news.mdtext Mon Nov 7 05:27:07 2016 @@ -5,9 +5,9 @@ The Apache Directory Project announces the fifth release of Fortress. This major revision has a couple of changes that have broken backward compatibility with 1.x: 1. FC-183 - Use Apache IANA Number of OID - The LDAP schema uses the Apache Directory's IANA base number instead of the one from JoshuaTree. Requires updating existing fortress impls to upgrade schema using latest: - - OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema - - ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif - - To ensure the old copy of data works with this release, be sure to export and reimport data (using ldif format) after the schema has been updated on the LDAP server. + - OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema + - ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif + - To ensure the old copy of data works with this release, be sure to export and reimport data (using ldif format) after the schema has been updated on the LDAP server. 2. FC-194 - Change password representation from a char[] to a String. Applies to all methods using a password in the arguments. If using the fortress-realm, ensure the tomcat instance has the latest proxy jar also.