Merge #257 Clarify purpose of cfgmap
This commit is contained in:
commit
c1d35fa066
1 changed files with 2 additions and 1 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue