Upgrade/iRedAdmin-Pro/LDAP/1.2.0-1.3.0
From iRedMail
(Difference between revisions)
(→Secure your existing iRedAdmin-Pro) |
|||
| Line 1: | Line 1: | ||
= Secure your existing iRedAdmin-Pro = | = Secure your existing iRedAdmin-Pro = | ||
| - | You can simply secure iRedAdmin-Pro with some simple settings, please follow this tutorial: [[Addition/Secure.Your.Exist.iRedAdmin |Secure your exist iRedAdmin]] | + | You can simply secure iRedAdmin-Pro with some simple settings, please follow this tutorial: |
| + | * [[Addition/Secure.Your.Exist.iRedAdmin |Secure your exist iRedAdmin]] | ||
= Update configure file settings.ini = | = Update configure file settings.ini = | ||
Revision as of 00:59, 14 September 2010
Secure your existing iRedAdmin-Pro
You can simply secure iRedAdmin-Pro with some simple settings, please follow this tutorial:
Update configure file settings.ini
We removed some settings and add some new in configure file settings.ini, please update it before you use it.
- Removed settings:
| File: settings.ini |
trace_level = protocol_version = default_pw_scheme = |
- New settings (used for Policyd integration):
| File: settings.ini |
[policyd] enabled = True dbn = mysql host = localhost port = 3306 db = policyd user = policyd passwd = passwd |
