diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 6cba09f0..4b693ae1 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3976,16 +3976,17 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
- Locking status for 389ds (LAM Pro) + Account locking for 389ds (LAM Pro) This module allows you to display if users are locked by 389ds - server. You can also (de)activate users. + server. You can (de)activate your users. The password expiration time + can also be managed. Requirements: 389ds LDAP server Configuration - Please add the user module "Locking status + Please add the user module "Account locking (locking389ds)". @@ -3996,11 +3997,14 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - This will show the number of failed login attempts and till when - the user is locked by the system. + This will show the password expiration time. You can edit the + value if needed. + + If there are any failed login attempts then LAM displays their + number and till when the user is locked by the system. The limit of failed login attempts and lockout duration is - configured on your server and not within LAM. + configured on your LDAP server and not within LAM. diff --git a/lam/docs/manual-sources/images/mod_389dsLocking1.png b/lam/docs/manual-sources/images/mod_389dsLocking1.png index b6ca5c5c..70ddb865 100644 Binary files a/lam/docs/manual-sources/images/mod_389dsLocking1.png and b/lam/docs/manual-sources/images/mod_389dsLocking1.png differ diff --git a/lam/docs/manual-sources/images/mod_389dsLocking2.png b/lam/docs/manual-sources/images/mod_389dsLocking2.png index fd1d16ba..9bc16dfc 100644 Binary files a/lam/docs/manual-sources/images/mod_389dsLocking2.png and b/lam/docs/manual-sources/images/mod_389dsLocking2.png differ