Index: [Article Count Order] [Thread]

Date:  Wed, 9 Sep 2009 16:46:09 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:16012] NlueQuartz CMU 2.81
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <61EF0D8A47464C69B5FD7CF745251D86@GeraldHP>
X-Mail-Count: 16012

I note that this package also has a problem importing site admins.
edit /usr/sausalito/handlers/base/user/updateCapabilities.pl
and commenting this section out allows site admin imports

# check that this user has the privilege to do this..
# get info to see if i'm god.
###if (!$Capability->allowedCaps(\%caps_being_added)) {
###  $cce->warn("[[sauce-basic.permsNotAvailable]]");
###  $cce->bye("FAIL");
###  exit(0);
###}

Gerald