700
700
server_config = ConfigParser.SafeConfigParser(server_defaults)
702
702
server_config.read(os.path.join(options.configdir, "mandos.conf"))
704
703
# Convert the SafeConfigParser object to a dict
706
705
# Use getboolean on the boolean config option
707
706
server_settings["debug"] = server_config.getboolean\
711
710
# Override the settings from the config file with command line