X-Mailer: MIME-tools 5.507 (Entity 5.507) X-RT-Original-Encoding: utf-8 Content-Disposition: inline In-Reply-To: <0949c6ff093c750af447cf6b7257f7e799f9026e.camel@aegee.org> X-RT-Interface: Web Message-ID: Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: binary MIME-Version: 1.0 References: <0949c6ff093c750af447cf6b7257f7e799f9026e.camel@aegee.org> RT-Send-CC: Content-Length: 887 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.