I need to create a profile with following resource and password limit,
- user should have one session at a time,
- password expires every 7 day,
- if the user is idle for 5min ,it should be disconnected,
- failed_login_attempts 3 times,
- passsword_reuse_time 10,
- password_verify_function.
after creating the profile with the above criteria, it should be assigned to a user.
Can anyone please help me ?
Note: I am using command prompt