From ffc5a23e39b59c40ab30b5dc9f55c24ce012287e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Wed, 7 Sep 2016 12:51:01 +0200 Subject: [PATCH] Update SOGoInstallationGuide.asciidoc I tried adding a column `alias` to my view which contains a value that matches with the content of the column `mail`. AngularJS complains about a duplicate when it iterates through the array and fails. It would be cool if Angular "cleans" the array and removes duplicates with some JS. --- Documentation/SOGoInstallationGuide.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 940458a5a..2f37bd116 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -1666,8 +1666,10 @@ repository. authentication usernames (defaults to `c_uid` when unset). |MailFieldNames (optional) -|Aan array of fields that specifies the column names thatĀ hold +|An array of fields that specifies the column names that hold additional email addresses (beside the `mail` column) for each user. +Values must be unique and not appear in more than one column. +Space-separated values allowed in all *additional* columns (besides in `mail`). |IMAPHostFieldName (optional) |The field that returns the IMAP hostname for the user.