7805 4215 broke /etc/user_attr Build111
authorEthan Quach <Ethan.Quach@sun.com>
Mon, 30 Mar 2009 14:55:43 -0700
changeset 504 cba05cfe1d03
parent 503 2b8b124acb94
child 505 fbda15c46579
7805 4215 broke /etc/user_attr
usr/src/lib/libict/ict.c
--- a/usr/src/lib/libict/ict.c	Mon Mar 30 14:57:33 2009 -0600
+++ b/usr/src/lib/libict/ict.c	Mon Mar 30 14:55:43 2009 -0700
@@ -540,7 +540,7 @@
 
 			/* Change root entry to be of type 'role' */
 			(void) snprintf(cmd, sizeof (cmd),
-			    "/bin/sed -e 's/^root::::/root:::type=role;/' "
+			    "/bin/sed -e 's/^root::::/root::::type=role;/' "
 			    "%s%s > %s", target, USER_ATTR_FILE, tmp_ua);
 
 			ict_debug_print(ICT_DBGLVL_INFO, ICT_SAFE_SYSTEM_CMD,