Andrew, Chris, Please see below for one more thing I have just noticed.
Thank you, Jan perform_slim_install.c ---------------------- 2333 char *source ="AI"; ... 2362 (void) snprintf(cmd, sizeof (cmd), 2363 "%s -B '%s' -R '%s' -n '%s' -l '%s' -p '%s' " 2364 "-G '%d' -U '%d' -I '%d'", 2365 tool, target, fixed_rpasswd, fixed_uname, lname, 2366 fixed_upasswd, ICT_USER_GID, ICT_USER_UID,source); Since 'source' variable points to 'char', -I '%d' should actually be -I '%s', i.e. 2364 "-G '%d' -U '%d' -I '%d'", -> 2364 "-G '%d' -U '%d' -I '%s'", On 09/ 1/10 02:20 PM, Jan Damborsky wrote:
Hi Chris, Andrew, please see my response below. I skipped points which Clay already mentioned. Thank you, Jan
_______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

