... | @@ -13,7 +13,7 @@ The email is sent before expiration, with an alert delay which can be configured |
... | @@ -13,7 +13,7 @@ The email is sent before expiration, with an alert delay which can be configured |
|
|
|
|
|
### Fonctionality
|
|
### Fonctionality
|
|
|
|
|
|
1. In posix mode we look for **shadowExpire** and compare it with the actual date to find if its expired. If not expired we sent an alter to the user if not already send
|
|
1. In posix mode we look for **shadowExpire** and compare it with the actual date to find if its expired. If not expired we sent an alert to the user if not already send.
|
|
|
|
|
|
2. In ppolicy mode we can only update pwdMaxAge in the policy, but if the policy is global it will change for all users.
|
|
2. In ppolicy mode we can only update pwdMaxAge in the policy, but if the policy is global it will change for all users.
|
|
|
|
|
... | @@ -25,6 +25,6 @@ There may be some kind of conflict when people are using both shadowExpire, ppol |
... | @@ -25,6 +25,6 @@ There may be some kind of conflict when people are using both shadowExpire, ppol |
|
|
|
|
|
### Solution
|
|
### Solution
|
|
|
|
|
|
* Add a bolean in the interface with the text **use ppolicy** when we want to use ppolicy because **posix** is the default settings. This will tell the argonaut-reminder script what to do.
|
|
* Add options --ppolicy, --posix and --both (default) to argonaut-user-reminder to be able to chose whether we want to check only ppolicy or posix.
|
|
|
|
|
|
* Add a box for **Alert message for ppolicy** that will contains the text specificaly for ppolicy |
|
* Add a box for **Alert message for ppolicy** that will contains fields for subject, body and whether to forward those mail to the manager. |
|
|
|
\ No newline at end of file |