Hi, So the docs should cover this at the least....
regards ________________________________________ From: Dan Scott [[email protected]] Sent: Tuesday, 31 May 2011 2:12 p.m. To: Steven Jones Cc: freeipa-users Subject: Re: [Freeipa-users] bug in ipa user-add Hi, On Mon, May 30, 2011 at 21:19, Steven Jones <[email protected]> wrote: > so if I do a ipa user-add user1 --password qwerty&sdf > > It barfs on the "&" > > says "sdf: command not found" I haven't tested this, but I imagine that you'd need to quote or escape any special characters: ipa user-add user1 --password qwerty\&sdf or ipa user-add user1 --password "qwerty&sdf" Other characters will cause problems too: 'greater than', less than, single quote, double quote, tilde, pipe etc. Hope this helps, Dan _______________________________________________ Freeipa-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-users
