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 419A3200CFE for ; Fri, 25 Aug 2017 08:21:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FF8616C2BC; Fri, 25 Aug 2017 06:21:11 +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 8964616C2BB for ; Fri, 25 Aug 2017 08:21:10 +0200 (CEST) Received: (qmail 24917 invoked by uid 500); 25 Aug 2017 06:21:09 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 24905 invoked by uid 99); 25 Aug 2017 06:21:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2017 06:21:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 220691806DF for ; Fri, 25 Aug 2017 06:21:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eXRrrIs3YF8O for ; Fri, 25 Aug 2017 06:21:08 +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 43DB55FD9C for ; Fri, 25 Aug 2017 06:21:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6E3A2E0C21 for ; Fri, 25 Aug 2017 06:21:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5053C25383 for ; Fri, 25 Aug 2017 06:21:00 +0000 (UTC) Date: Fri, 25 Aug 2017 06:21:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-917) Add use cases to reference guide MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 25 Aug 2017 06:21:11 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-917?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D161= 41252#comment-16141252 ]=20 ASF GitHub Bot commented on SYNCOPE-917: ---------------------------------------- Github user ilgrosso commented on the issue: https://github.com/apache/syncope/pull/61 =20 Hi @clucgdc thanks for this PR. You need to rename all files with JPG (uppercase) extension to jpg (low= ercase), otherwise when building on non-Windows boxes you'll get the follow= ing errors: =20 ``` asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce04.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce05.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce06.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce07.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce08.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce09.jpg asciidoctor: WARNING: image to embed not found or not readable: /home/i= lgrosso/work/syncope/syncope2/src/main/asciidoc/images/configdatabaseresour= ce10.jpg ``` =20 Please note that for the fix above and other observation during review,= you should not close this PR and open a new one (as you did with #60): jus= t keep committing and pushing on your own fork, and new commits will be add= ed here. Once the review will be successfully completed, I'll ask you to squash = the commits to keep our history clear. =20 Thank you again! > Add use cases to reference guide > -------------------------------- > > Key: SYNCOPE-917 > URL: https://issues.apache.org/jira/browse/SYNCOPE-917 > Project: Syncope > Issue Type: Task > Components: documentation > Reporter: Francesco Chicchiricc=C3=B2 > Fix For: 2.0.5, 2.1.0 > > > Introduce, in a dedicated chapter at the end of the reference guide, some= reference use cases; for example: > * LDAP sync > * GoogleApps sync > * Active Directory sync > and more, migrating from wiki pages: > * https://cwiki.apache.org/confluence/display/SYNCOPE/Configure+a+Passwor= dExpirationJob > * https://cwiki.apache.org/confluence/display/SYNCOPE/Synchronize+Active+= Directory+with+SQL+database -- This message was sent by Atlassian JIRA (v6.4.14#64029)