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 26E22200BB7 for ; Tue, 25 Oct 2016 13:21:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25A86160AE6; Tue, 25 Oct 2016 11:21:43 +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 69047160AF3 for ; Tue, 25 Oct 2016 13:21:42 +0200 (CEST) Received: (qmail 87014 invoked by uid 500); 25 Oct 2016 11:21:41 -0000 Mailing-List: contact commits-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 commits@syncope.apache.org Received: (qmail 86998 invoked by uid 99); 25 Oct 2016 11:21:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 11:21:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5DCD2E00B3; Tue, 25 Oct 2016 11:21:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Tue, 25 Oct 2016 11:21:42 -0000 Message-Id: <3274f0da604f4cb4898b55395c60b892@git.apache.org> In-Reply-To: <1495604a6fb243d8873924c350ad8467@git.apache.org> References: <1495604a6fb243d8873924c350ad8467@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] syncope git commit: Some small fixes archived-at: Tue, 25 Oct 2016 11:21:43 -0000 Some small fixes Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/52cd67f8 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/52cd67f8 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/52cd67f8 Branch: refs/heads/master Commit: 52cd67f807f77aecab63194a7fa5ba1443a8569e Parents: 7ee3f7e Author: Francesco Chicchiriccò Authored: Tue Oct 25 13:21:23 2016 +0200 Committer: Francesco Chicchiriccò Committed: Tue Oct 25 13:21:31 2016 +0200 ---------------------------------------------------------------------- .../systemadministration/configurationparameters.adoc | 2 +- .../workingwithapachesyncope/systemadministration/dbms.adoc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/52cd67f8/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc index 0b33c93..e28f4bc 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc @@ -46,7 +46,7 @@ Suspended Users are anyway not allowed to authenticate. * `log.lastlogindate` - whether the system updates the `lastLoginDate` field of users upon authentication; * `tasks.interruptMaxRetries` - how many attempts shall be made when interrupting a running <>; * `return.password.value` - whether the hashed password value shall be returned when reading users; -* `identity.recertification.day.interval` - number of days bewteen +* `identity.recertification.day.interval` - number of days between <>. Besides this default set, new configuration parameters can be defined to support <> code. http://git-wip-us.apache.org/repos/asf/syncope/blob/52cd67f8/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc index 5963321..4eb7eaf 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc @@ -70,9 +70,14 @@ Master.username=syncope Master.password=syncope Master.databasePlatform=org.apache.openjpa.jdbc.sql.MySQLDictionary(blobTypeName=LONGBLOB) Master.orm=META-INF/spring-orm.xml +Master.audit.sql=audit_mysql_innodb.sql .... [WARNING] +This assumes that the InnoDB engine is enabled in your MySQL instance - if this is not the case, then change the value +for `Master.audit` to `audit.sql`. + +[WARNING] This assumes that you have a MySQL instance running on localhost, listening on its default port 3306 with a database `syncope` fully accessible by user `syncope` with password `syncope`. @@ -124,6 +129,7 @@ Master.username=syncope Master.password=syncope Master.databasePlatform=org.apache.openjpa.jdbc.sql.OracleDictionary Master.orm=META-INF/spring-orm-oracle.xml +Master.audit.sql=audit_oracle.sql .... [WARNING] @@ -149,6 +155,7 @@ Master.username=syncope Master.password=syncope Master.databasePlatform=org.apache.openjpa.jdbc.sql.SQLServerDictionary Master.orm=META-INF/spring-orm-sqlserver.xml +Master.audit.sql=audit_sqlserver.sql .... [WARNING]