This commit is contained in:
Zhang Huangbin 2014-10-09 08:24:31 +08:00
parent 2cfe9c55f8
commit e2dfc94298
2 changed files with 6 additions and 4 deletions

View File

@ -34,8 +34,9 @@ plugins = [..., 'sql_force_change_password_in_days']
plugins = [..., 'ldap_force_change_password_in_days']
```
There're two addition settings available for this plugin (it's mentioned in
plugin file `/opt/iredapd/plugins/sql_force_change_password_in_days.py` and
There're two addition settings you should set in `/opt/iredapd/settings.py`
(it's mentioned in plugin file
`/opt/iredapd/plugins/sql_force_change_password_in_days.py` and
`/opt/iredapd/plugins/ldap_force_change_password_in_days`):
```

View File

@ -39,8 +39,9 @@ plugins = [..., 'sql_force_change_password_in_days']
plugins = [..., 'ldap_force_change_password_in_days']
</code></pre>
<p>There're two addition settings available for this plugin (it's mentioned in
plugin file <code>/opt/iredapd/plugins/sql_force_change_password_in_days.py</code> and
<p>There're two addition settings you should set in <code>/opt/iredapd/settings.py</code>
(it's mentioned in plugin file
<code>/opt/iredapd/plugins/sql_force_change_password_in_days.py</code> and
<code>/opt/iredapd/plugins/ldap_force_change_password_in_days</code>):</p>
<pre><code># User has to change password in 90 days
CHANGE_PASSWORD_DAYS = 90