mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo in ipa-server-install.
This commit is contained in:
parent
9915b93737
commit
df8120702a
@ -183,7 +183,7 @@ def parse_options():
|
||||
options.idmax = int(options.idstart) + 200000 - 1
|
||||
|
||||
if options.idmax < options.idstart:
|
||||
parse.error("idmax (%u) cannot be smaller than idstart (%u)" %
|
||||
parser.error("idmax (%u) cannot be smaller than idstart (%u)" %
|
||||
(options.idmax, options.idstart))
|
||||
|
||||
#Automatically disable pkinit w/ dogtag until that is supported
|
||||
|
Loading…
Reference in New Issue
Block a user