condor_shared_port is configured in configuration still it's not reflecting in condor_config_val output.
This is perfectly normal. The condor_master will by design start the shared port daemon is shared port is enabled, even if it isn't listed in DAEMON_LIST. The condor_master obviously doesn't overwrite your configuration on disk, so condor_config_val won't report anything differnt either. You could use `condor_who -daemons` to get a list of the daemons the master has started.
- ToddM