summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-02 11:55:40 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-02 11:55:40 +0200
commit57d7bc27c0588af8fdb159c88361c30d2b47a7fe (patch)
treede2e1d7efd6423ef4d1256dd5c90a972ad172719 /plugins/password/README
parentba084313bfc9c7a5a83e0611fe4376543cc1653d (diff)
parent7dc269029d5f03e3ef9bf5d9f9fe787af3a85f63 (diff)
Merge pull request #187 from adfinis-sygroup/master
Added Plesk-Driver to Password-Plugin
Diffstat (limited to 'plugins/password/README')
-rw-r--r--plugins/password/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README
index c50eb0bf3..936aa53cc 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -43,6 +43,7 @@
2.17. Expect (expect)
2.18. Samba (smb)
2.19. Vpopmail daemon (vpopmaild)
+ 2.20. Plesk (Plesk RPC-API)
3. Driver API
@@ -314,6 +315,27 @@
connection to vpopmaild (You may want to set it higher on busy servers).
+ 2.20. Plesk (Plesk RPC-API)
+ ---------------------------
+
+ Driver for changing Passwords via Plesk RPC-API. This Driver also works with
+ Parallels Plesk Automation (PPA).
+
+ You need to allow the IP of the Roundcube-Server for RPC-Calls in the Panel.
+
+
+ Set $config['password_plesk_host'] to the Hostname / IP where Plesk runs
+
+ Set your Admin or RPC User: $config['password_plesk_user']
+
+ Set the Password of the User: $config['password_plesk_pass']
+
+ Set $config['password_plesk_rpc_port'] for the RPC-Port. Usually its 8443
+
+ Set the RPC-Path in $config['password_plesk_rpc_path']. Normally this is: enterprise/control/agent.php;
+
+
+
3. Driver API
-------------