Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90D16C152 for ; Mon, 30 Apr 2012 13:08:14 +0000 (UTC) Received: (qmail 14744 invoked by uid 500); 30 Apr 2012 13:08:14 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 14713 invoked by uid 500); 30 Apr 2012 13:08:14 -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 14702 invoked by uid 99); 30 Apr 2012 13:08:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 13:08:14 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of karl.weber99@googlemail.com designates 209.85.214.50 as permitted sender) Received: from [209.85.214.50] (HELO mail-bk0-f50.google.com) (209.85.214.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 13:08:06 +0000 Received: by bkcjg9 with SMTP id jg9so423377bkc.37 for ; Mon, 30 Apr 2012 06:07:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=smorEx70Du29aMcAf1BED7iK/8DXKuNhVpdG/OOHnwA=; b=GxHudbEIn4tBT96RiVnXwR9LdZF/xVHPOa5TwmcGVesQBXYphx/Ny3AeQdz4WTo4SP wVnrk1hWbV4r87UMLgI6T6Y/ANuKkutno+oq4N0lhM8XwozUKl0W2/KDBrTUGNvCgfyW Pzp4Evm+eJWk23/Ub8eajV+Py/5eEux8RGpoCrtiU/y95PZCVwUCLjOVKhQyJn3kyN/p GAAC/Nj3v1Bx6o7Qt6ocLUznUl90llWt+dvbC1TvY79dJhU9Y3sJAJR8/i7MrrQxAYr+ qQGryNfPhjml3jOqpuwasPkwC4YcjA6heIcN6Li2iJM2IbvOVoz1PQdYuPgywIj4JQG7 9bUA== Received: by 10.204.150.89 with SMTP id x25mr7145596bkv.24.1335791266359; Mon, 30 Apr 2012 06:07:46 -0700 (PDT) Received: from venus.localnet (ip-176-198-229-178.unitymediagroup.de. [176.198.229.178]) by mx.google.com with ESMTPS id z17sm26942082bkw.12.2012.04.30.06.07.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Apr 2012 06:07:45 -0700 (PDT) From: Karl Weber To: users@directory.apache.org Subject: Links in documentation broken? Date: Mon, 30 Apr 2012 15:07:44 +0200 Message-ID: <2085617.DgFJbySMck@venus> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.9-desktop; KDE/4.7.2; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, I am currently trying to read some documentation about authorization. Some links seem to be broken. Can this be mended, or is the documentation lost? Examples: The page http://directory.apache.org/apacheds/1.0/enablesearchforallusers.html contains two links at the bottom, the first one is working, the second one isn't: "For more information see UserClasses." links to http://directory.apache.org/apacheds/1.0/userclasses.html which seems correct. "For more information see UserPermissions." links to https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=DIRxSRVx10&title=UserPermissions&linkCreation=true&fromPageId=26217 which seems wrong. The page http://directory.apache.org/apacheds/1.0/authorization.html contains five links at the bottom. The first and the third one seem to be correct, the other three seems to be wrong, pointing to https://cwiki.apache.org/confluence.... I am trying to read this 1.0 documentation because the 1.5 documentation referes to it on the page http://directory.apache.org/apacheds/1.5/32-basic- authorization.html like, quote "The ApacheDS v1.0 Advanced User's Guide provides a detailed authorization chapter" Can anyone help?