diff --git a/db/libdb.pm.in b/db/libdb.pm.in index bd9c8f7809e713f92c762a44331128e29484b902..d71e5f47f4ec1a1880d1a99a8c7e6c26ba0fec59 100644 --- a/db/libdb.pm.in +++ b/db/libdb.pm.in @@ -2,7 +2,7 @@ # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2009 University of Utah and the Flux Group. +# Copyright (c) 2000-2010 University of Utah and the Flux Group. # All rights reserved. # @@ -655,6 +655,7 @@ sub TBDB_PHYSICAL_NODE_TABLES() { 'nodeuidlastlogin' => [ 'node_id' ], 'ntpinfo' => [ 'node_id' ], 'outlets' => [ 'node_id' ], + 'outlets_remoteauth' => [ 'node_id' ], 'partitions' => [ 'node_id' ], 'plab_slice_nodes' => [ 'node_id' ], 'port_counters' => [ 'node_id' ],