If I want to prevent users from accessing the Two Factor Authentication portion in their control panel, I can add CMD_TWOSTEP_AUTH to the never_commands in /usr/local/directadmin/conf/directadmin.conf
But what if I want one or a subset of users to have access to this?
Two factor authentication is just an example here - I'd really like to know for most every option in the control panel.
Another words, default deny options for all users and enable certain options on a case by case basis.
Is there a never_commands equivalent that can be used in /usr/local/directadmin/data/users/${username}/user.conf - where you could set this to a default set in a post user create hook, but then remove on a case by case basis?
But what if I want one or a subset of users to have access to this?
Two factor authentication is just an example here - I'd really like to know for most every option in the control panel.
Another words, default deny options for all users and enable certain options on a case by case basis.
Is there a never_commands equivalent that can be used in /usr/local/directadmin/data/users/${username}/user.conf - where you could set this to a default set in a post user create hook, but then remove on a case by case basis?