Logged In: YES
user_id=569088

this error is coming from the "UPDATE_BUDDY" proc in
"components/remoteadmin.tcl"...
a quick "fix" i found was to comment lines 114-119 of that
file... like so:

proc UPDATE_BUDDY {name user online evil signon idle
uclass} {
# set cname [normalize $user]
# if {($online != "T") && ($cname != $::NSCREENNAME)}
{
# if {[set index [lsearch $remoteadmin::info(auth)
$cname]] != -1} {
# set remoteadmin::info(auth) [lreplace
$remoteadmin::info(auth) $
index $index]
# }
# }
}

it's probably not the best solution... but since this wasn't
actually
getting "done" before... now at least the error of it's
failure is
gone as well... :)

hope that helps...

[simoN]