[krbdev.mit.edu #8853] cpw -pw <space-in-the-password> user

Greg Hudson via RT rt at KRBDEV-PROD-APP-1.mit.edu
Thu Nov 28 14:04:13 EST 2019


<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8853 >

Within a kadmin.local prompt, the only way to include spaces in an argument is
to use a double-quoted string: cpw -pw "space in the password" user

Double quotes can be included in such a password by repeating them: cpw -pw
"spaces and ""quotes"" in the password" user

Starting with release 1.14, you can also specify a command on the kadmin.local
command line, and let the shell separate arguments: kadmin.local cpw -pw 'space
in the password' user

The kadmin man page doesn't appear to document quoted arguments (other than the
command-line option I mentioned last), so I'll leave this ticket open and
change its subject to indicate that the documentation should be amended.

ktutil uses the same library as kadmin to handle argument parsing, and also
needs its man page amended.




More information about the krb5-bugs mailing list