Setting up feature-sets

temming

New member
Joined
Apr 2, 2021
Messages
3
Hi there,

I am trying to set up some extra additional feature sets that. I want to be able to create user packages for 'domain-only' or 'domain & email only'. The default 2 feature sets are not sufficient enough because I want to be able to create a user package that can add multiple domains under 1 account.

I have tried creating a custom feature set and adding CMD's to it. However the CMD's do not seem to work. Where can I find any documentation about this?

The current custom feature set:
Code:
cat /usr/local/directadmin/data/templates/custom/feature_sets/domain_only/commands.allow
CMD_DNS_CONTROL
CMD_API_DNS_CONTROL
CMD_DOMAIN
CMD_API_DOMAIN
CMD_SHOW_DOMAINS
CMD_API_SHOW_DOMAINS
CMD_SUBDOMAINS
CMD_API_SUBDOMAINS
 
Some more additional information;

If I log in as the user that has the 'domain_only' feature set enabled I am able to add a new domain by searching for this command in the search bar.
However the 'Domain administration' does not show up under 'Account Manager'
1617706901883.png


Do I have to make changed to the evolution skin?
Has anyone ever used these feature sets before?
 
Did not you modify the menu in "Customize Evolution Skin"? As this may be the reason. You may want CMD_USER_STATS to be shown too for the domain stats.
 
I did not modify the Evolution Skin because it tells me not to customize the Evolution Skin but instead use Feature sets.
1617709012765.png


After some searching I found this page:

This helped me find the correct CMD_ command to add to my custom feature set's command.allow
This should be stated more clearly in current feature sets documentation.
 
After some searching I found this page:

This helped me find the correct CMD_ command to add to my custom feature set's command.allow
This should be stated more clearly in current feature sets documentation.
Which CMD did you end up needing to add to get it to show? As trying to setup a similar Feature Set and after a couple of hours and a now worryingly long list in commands.allow we still can't get the menu to show.
 
Back
Top