Page 1 of 1

lastname with spaces

Posted: Fri Jun 09, 2006 7:37 am
by Nexis
omaddu -n '$first $last

Ho can I add a last name with spaces?? with this command??
en with ' in it??

Thanks Koen

Posted: Sat Jun 10, 2006 12:30 pm
by ScalixSupport
You can either use the attribute format or substitute an underscore for the space (it will actually be created with a space, you just have to enter it with an underscore). So, your choice are:

omaddu -n "Sarah Van_Patten"

or

omaddu -n "g=Sarah/s=Van Patten"

both will create a user named "Sarah Van Patten"

Thanks,
Rachel