... | @@ -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 |
|
|
|
|
|
There may be some kind of conflict when people are using both shadowExpire, ppolicy and user-reminder.
|
|
There may be some kind of conflict when people are using both shadowExpire, ppolicy and user-reminder.
|
|
|
|
|
|
###
|
|
### Issues
|
|
|
|
|
|
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 alter to the user if not already send
|
|
|
|
|
... | @@ -21,6 +21,7 @@ There may be some kind of conflict when people are using both shadowExpire, ppol |
... | @@ -21,6 +21,7 @@ There may be some kind of conflict when people are using both shadowExpire, ppol |
|
|
|
|
|
If we need different pwdMaxAge values in the policies, we need to look at the **pwdPolicySubentry** attribute for the user(s) who are going to be expired.
|
|
If we need different pwdMaxAge values in the policies, we need to look at the **pwdPolicySubentry** attribute for the user(s) who are going to be expired.
|
|
|
|
|
|
### solution
|
|
### Solution
|
|
|
|
|
|
In this case we may want to have an option to trigger user-reminder only on shadow expire or on ppolicy, or to send a different email depending on which expiration it happening. |
|
Add a bolean in the interface use ppolicy because posix is the default settings.
|
|
\ No newline at end of file |
|
Add a box for **Alert message for ppolicy** |