T.R | Title | User | Personal Name | Date | Lines |
---|
3981.1 | Suggested workround | IOSG::MAURICE | Roll on Leviticus | Wed Mar 16 1994 08:30 | 28 |
| Hi Chele,
In V3.1 we have solved this problem by adding a new field to the
profile which basically says whether the user is an IOS or a TeamLinks
user. We then made a change to SMREORG_JAN.SCP to pick up the value of
this profile flag and changed the line:
get #last_login = uai$.lastlogin_i[oa$curdwr_owner]
to:
.if #profil_regular_user eqs "Y"
.then
get #last_login = uai$.lastlogin_i[oa$curdwr_owner]
.else
get #last_login = uai$.lastlogin_n[oa$curdwr_owner]
.end_if
This was based on the fact that when a TeamLinks user accesses the
ALL-IN-1 File Cabinet, the File Cabinet Server will update the last
non-interactive login date in the SYSUAF.
I think you could temporarily do the same in V3.0 by allocating one of
the user flags in the profile to this purpose.
HTH
Stuart
|
3981.2 | Is there an alternative?? | GIDDAY::BURT | Scythe my dandelions down, sport | Thu Apr 14 1994 06:44 | 11 |
| Hi Stuart,
Sorry about the long time between responses - something about the mills of
customers (?)
The customer is not enamoured of the idea of changing each users profile &
wants to know if there is anything else he can do to check for remote users.
They have over 4,500 users registered, hence his hesitation.
Chele
|
3981.3 | | IOSG::MAURICE | Fixed in a future release | Thu Apr 14 1994 09:19 | 15 |
| Hi,
The MJU will need to have something to differntiate between the users.
Is there anything common to the TeamLinks users who do not also login
to ALL-IN-1, such as the department field.
Using a user profile flag I still think is best. The Manager can change
the users by use of the GE (Global Edit) option in one go. When they
upgrade to V3.1, they will be able to use the the new V3.1 flag by
writing a tiny script that loops through the profile, copying the user
profil flag to the new flag.
Cheers
Stuart
|
3981.4 | | GIDDAY::BURT | Scythe my dandelions down, sport | Mon Apr 18 1994 08:34 | 12 |
| 'lo Stuart,
The decision was made to write some modifications to the scripts, checking for
interactive & non-interactive login dates. The customer does not believe that
the suggested profile changes are suitable for public service sites, where
users "move around a lot" (he really DID say that), both within departments
from VT to PC etc, & from dept. to dept.
Thanks anyway,
Chele
|