Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi team,
In xconfmanager, you can undefine or remove:
--reset Reset the site specific value of a property or set of
properties to the declared default value.
--undefine Reset the property such that its value will be null
--remove Treat the named property as an ordered set and remove a
value from it in the site.xconf.
I have been configuring Security Labels, and I set a property that should not have been set. Then I tried --undefine and --remove but the property key remains in xconf.site and the related properties file. I would like to get rid of it completely. Will --reset get rid of the property?
Maybe I need to use the backups?
thanks -- Rick
Solved! Go to Solution.
To remove a property I will generally do this:
To remove a property I will generally do this:
I agree with Randy's solution. I do this when something gets added that I don't want after all.
If the property is still in the properties file, ignore the warning and edit the file anyway. As long as you are sure the setting is removed from any xconf files so when a xconfmanager -p is run, it doesn't get added back in.