[SYNCOPE-1015] Clarifying that schema for usage with authentication.attributes 
must impose the unique constraint


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e5963f4b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e5963f4b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e5963f4b

Branch: refs/heads/SYNCOPE-808
Commit: e5963f4bcaebea537edacdb53c771b01b98517dd
Parents: 25bedf4
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Thu Feb 16 08:40:01 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Thu Feb 16 08:40:01 2017 +0100

----------------------------------------------------------------------
 .../systemadministration/configurationparameters.adoc           | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e5963f4b/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 b052ab8..d9550f6 100644
--- 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -40,8 +40,9 @@ processes, including <<password-reset,password reset>>;
 * `passwordReset.allowed` - whether the <<password-reset,password reset>> 
feature (typically via the enduser
 application) is allowed;
 * `passwordReset.securityQuestion` - whether the <<password-reset,password 
reset>> feature involves security questions;
-* `authentication.attributes` - the list of attributes whose values can be 
passed as login name for authentication;
-defaults to `username`
+* `authentication.attributes` - the list of attributes whose values can be 
passed as login name for authentication,
+defaults to `username`; please note that the related <<plain,plain schemas> 
must impose the unique constraint, for this
+mechanism to work properly;
 * `authentication.statuses` - the list of <<workflow,workflow>> statuses for 
which users are allowed to authenticate;
 [WARNING]
 Suspended Users are anyway not allowed to authenticate.

Reply via email to