Fix typo in ipa-server-install.

This commit is contained in:
Jan Cholasta 2011-04-07 17:26:15 +02:00 committed by Martin Kosek
parent 9915b93737
commit df8120702a

View File

@ -183,7 +183,7 @@ def parse_options():
options.idmax = int(options.idstart) + 200000 - 1 options.idmax = int(options.idstart) + 200000 - 1
if options.idmax < options.idstart: 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)) (options.idmax, options.idstart))
#Automatically disable pkinit w/ dogtag until that is supported #Automatically disable pkinit w/ dogtag until that is supported