Clarify purpose of cfgmap

This commit is contained in:
Till Maas 2016-12-19 21:48:12 +01:00
parent abf8f9c94e
commit 8e30249401

View file

@ -129,8 +129,9 @@ def get_options():
config = None
else:
config.read(cf)
#allow config file to update defaults for certain options
# List of values read from config file to update default parser values
cfgmap = [
# name, alias, type
['keytab', None, 'string'],
['principal', None, 'string'],
['krbservice', None, 'string'],