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