mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Change client enrollment principal prompt to hopefully be clearer.
ticket https://fedorahosted.org/freeipa/ticket/1449
This commit is contained in:
parent
824ec7e3a2
commit
ba1575772c
@ -788,7 +788,7 @@ def main():
|
||||
|
||||
if not options.unattended:
|
||||
if options.principal is None and options.password is None and options.prompt_password is False:
|
||||
options.principal = user_input("Enrollment principal", allow_empty=False)
|
||||
options.principal = user_input("User authorized to enroll computers", allow_empty=False)
|
||||
logging.debug("will use principal: %s\n", options.principal)
|
||||
|
||||
# Get the CA certificate
|
||||
|
Loading…
Reference in New Issue
Block a user