Our security team requires that users who have bee...
# cfml-general
t
Our security team requires that users who have been inactive on any system for more than 90 days must be deactivated. Does CF Admin have any automation system that deactivates cf admin users who haven’t logged in in a set amount of time?
f
no, there is not a feature for that builtin
t
@foundeo Thank you. I didn’t think so, but I wanted to confirm.
f
should be possible to write a scheduled task that checks the
audit.log
file and modify
neo-security.xml
to remove the user
m
In CF2023 CF Admin can be authenticated using LDAP or SAML, so any built-in time-outs you have in those SSO systems would apply to CF as well.
👍 1
It should be noted, there is always a master administrator account. This is required in case all other auth ends up turned off to allow access to the administrator. Otherwise you could essentially permanently lock yourself out of the server.
z
image.png
🤣 2
🤘 2