If not specified but the user ID is specified, an empty password is used.
If used together with ``--auth-password-file``, it is disregarded.
-- ``--auth-password-file`` specifies a file which first line will be read to
- retrieve the password for basic HTTP authentication. This flag takes precedence
- over ``--auth-password`` flag. Caution is advised when setting file permissions
+- ``--auth-password-file`` specifies a text file whose first line contains
+ the password to be used for basic HTTP authentication. This flag takes
+ precedence over ``--auth-password`` flag.
+ Caution is advised when setting file permissions
for the file containing the password. Access to the file should be as strict as
possible and limited only to the Kea administrators.
If used together with ``--auth-password-file``, it is disregarded.
``--auth-password-file``
- Specifies a file which first line will be read to retrieve
- the password for basic HTTP authentication. This flag takes precedence
+ Specifies a text file whose first line contains the password to be used
+ for basic HTTP authentication. This flag takes precedence
over ``--auth-password`` flag.
``--timeout``
help='Basic HTTP authentication user')
parser.add_argument('--auth-password', type=str, default='',
help='Basic HTTP authentication password. If used '
- 'together with --auth-password-file, '
+ 'together with "--auth-password-file", '
'it is disregarded.')
parser.add_argument('--auth-password-file', type=str, default='',
- help='A file which first line will be read to retrieve '
- 'the password for basic HTTP authentication. This flag '
- 'takes precedence over --auth-password.')
+ help='A text file whose first line contains the password '
+ 'to be used for basic HTTP authentication. This flag '
+ 'takes precedence over "--auth-password" flag.')
parser.add_argument('command', type=str, nargs="?",
default='list-commands',
help='command to be executed. If not specified, '