Index: [Article Count Order] [Thread]

Date:  Fri, 6 Jul 2007 14:11:13 +0200
From:  =?ISO-8859-1?Q?Tom_M=FCller-Kortkamp?= <tmueko (at mark) kommunity.net>
Subject:  [coba-e:10328] Re: Added "Security" to your system.
To:  coba-e (at mark) bluequartz.org
Message-Id:  <761DCDC9-063B-429C-9688-0FD175ED9765 (at mark) kommunity.net>
In-Reply-To:  <017501c7bf70$59542e80$1e64a8c0 (at mark) nuonce.net>
References:  <017501c7bf70$59542e80$1e64a8c0 (at mark) nuonce.net>
X-Mail-Count: 10328

Am 06.07.2007 um 03:52 schrieb Brian N. Smith:

> cd /usr/sausalito/codb/objects/
> search "master_trader"
>
> Look for a file called ".fullName" .. That is "DOT" then fullName.
>
> Change into that sub directory
>
> Create a new file called ".systemAdministrator".  Put a "1" in it.   
> To make life easier, copy & paste the next line
>
> echo "1" > .systemAdministrator
This can be shorter:

myname="master_trader"
myoid=`echo "find User name = $myname" | /usr/sausalito/bin/cceclient  
| grep "104 OBJECT" | awk '{print $3}'`
echo "set $myoid systemAdministrator = 1" | /usr/sausalito/bin/cceclient


Thanks for the good tip to Brian!


Tom MÍler-Kortkamp