I know that we can create new LDAP attributes and attach them to users.
What I am not able to find is if there a capability to create a new LDAP attribute which is the result of a subtraction between an existing attribute and time e.g.
If CurrentTime - PasswordExpiration < 0 then true, else false
Is something like this feasible?