From 43c365e63d0f3fef026614e68bd6a1879755470d Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 11 Dec 2017 16:01:26 +0800 Subject: [PATCH] Update iRedAdmin-Pro API doc. --- en_US/installation/0-roadmap.md | 11 ++++++++++- .../iredadmin/0-iredadmin-pro.restful.api.new.md | 4 +++- html/iredadmin-pro.restful.api.new.html | 12 +++++++++++- html/roadmap.html | 15 ++++++++++++++- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/en_US/installation/0-roadmap.md b/en_US/installation/0-roadmap.md index d719c9aa..50014c0d 100644 --- a/en_US/installation/0-roadmap.md +++ b/en_US/installation/0-roadmap.md @@ -66,6 +66,10 @@ Features listed below have been implemented in latest development edition. * Updated packages: + Roundcube -> 1.3.3 +## Planned changes in next iRedMail / iRedAdmin-Pro release + +* HIGH: [#14 Allow domain admin to set vacation message for mail user](https://bitbucket.org/zhb/iredmail/issues/14/allow-admin-to-set-vacation-for-user-with) + ## Planned changes in future iRedMail release * A (new) RESTful API server for general administration (core of API server has @@ -85,4 +89,9 @@ Features listed below have been implemented in latest development edition. * Enable plugin `imap_sieve` for spam learning while user moving message to Junk folder. Requires Dovecot-2.2.24+ (dovecot-pigeonhole-0.4.14+). * Enable plugin `mail_crypt` to encrypts and decrypts mail. (requires Dovecot-2.2.27+). -* OpenLDAP: [Configure OpenLDAP with slapd.d instead of slapd.conf](https://bitbucket.org/zhb/iredmail/issue/31/switch-to-slapdd) + +* LDAP backends: + * Migrate old mailing list (`objectClass=mailList`) to new mlmmj mailing + list, convert all old mailing lists to be groups which have ldap dn of + all members defined in ldap attribute `member` (or `memberdn`). + * [Configure OpenLDAP with slapd.d instead of slapd.conf](https://bitbucket.org/zhb/iredmail/issue/31/switch-to-slapdd) diff --git a/en_US/iredadmin/0-iredadmin-pro.restful.api.new.md b/en_US/iredadmin/0-iredadmin-pro.restful.api.new.md index efe887d3..10b28dcc 100644 --- a/en_US/iredadmin/0-iredadmin-pro.restful.api.new.md +++ b/en_US/iredadmin/0-iredadmin-pro.restful.api.new.md @@ -313,7 +313,9 @@ Notes: Parameter | Summary | Sample Usage --- |--- |--- - `name` | Display name | `name=My New Name` + `name` | Display name | `name=Michael Jordon` + `gn` | Given name | `gn=Jordon` + `sn` | Surname | `sn=Jeffery` `password` | Password | `password=u0tBF82cIV@vi8Gme` `quota` | Mailbox quota (in MB) | `quota=1024` `accountStatus` | Enable or disable user. Possible values: `active`, `disabled`. | `accountStatus=active` diff --git a/html/iredadmin-pro.restful.api.new.html b/html/iredadmin-pro.restful.api.new.html index 8635ef42..8d1d627c 100644 --- a/html/iredadmin-pro.restful.api.new.html +++ b/html/iredadmin-pro.restful.api.new.html @@ -871,7 +871,17 @@ to be a domain admin.

name Display name -name=My New Name +name=Michael Jordon + + +gn +Given name +gn=Jordon + + +sn +Surname +sn=Jeffery password diff --git a/html/roadmap.html b/html/roadmap.html index 9ed339f4..45588512 100644 --- a/html/roadmap.html +++ b/html/roadmap.html @@ -24,6 +24,7 @@
  • DONE
  • +
  • Planned changes in next iRedMail / iRedAdmin-Pro release
  • Planned changes in future iRedMail release
  • @@ -117,6 +118,10 @@ +

    Planned changes in next iRedMail / iRedAdmin-Pro release

    +

    Planned changes in future iRedMail release

    -
  • OpenLDAP: Configure OpenLDAP with slapd.d instead of slapd.conf
  • +
  • +

    LDAP backends:

    + +