[SOLVED] configuration

Yes - the path for the Global white/blacklist is:
Code:
pmgsh get config/ruledb/who/
 pmgsh get config/ruledb/who/ID/objects
you need to replace ID, by the id you get when running the first command for the global white/blacklist

hope this helps!
 
Thanks for your reply. With pmgsh get I can get the Global white/blacklist,
But what command can I use to delete all entries in the Global white/blacklist? Is it possible?
 
you can loop over the objects you get with pmgsh - and run `pmgsh delete` on each of them
 
Glad that helps! If it works for you please mark the thread as solved - so that others know what to expect. Thanks!