Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb168

Kb168

Emulab FAQ: Testbed Operations: How do I transfer project_root status to my alter ego?

Emulab FAQ: Testbed Operations: How do I transfer project_root status to my alter ego?

Just munge the DB;

	update group_membership set trust='project_root' where uid='XXX'
	and pid='janos' and pid=gid;