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.
pull/220/head
André Peters 2016-09-07 12:51:01 +02:00 committed by GitHub
parent 67258fe337
commit ffc5a23e39
1 changed files with 3 additions and 1 deletions

View File

@ -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.