Actions:
|
2020-06-12 13:41 AEST by Arthur Barrett - The number of users on an installation can be overcounted, eg:
scott
TIGER\scott
That is counted as 2 users, but one just has the NETBIOS name prefixed.
This could also occur with a DOMAIN name, but in different DOMAINs they could
be different people. Probably NOT, but in theory mary in ACCOUNTS is not mary
in FACTORY
I think it's better to record all these names, then 'count smarter'.
It would be good to experiment with this in CVSDIAG for a while before
implanting in the control panel or in CVSMANAGER/CVSPROXY.
Ideally we should have:
- key (undecorated name/short name)
- fullname (maybe a list of fullname?)
- count (number of fullname's) |
|
2020-06-12 16:23 AEST by Arthur Barrett - Created an attachment (id=3454)
patch to cvsdiag
This is a patch just for cvsdiag. It's the lowest impact option, but not
actually a fix for this (which would be a change to cvsmanager etc.)
Checking in windows-NT/cvsdiag/cvsdiag.cpp;
/cvs/cvsnt/windows-NT/cvsdiag/cvsdiag.cpp,v <-- cvsdiag.cpp
new revision: 1.1.2.8.8.43.2.55; previous revision: 1.1.2.8.8.43.2.54
done
Checking in windows-NT/cvsdiag/stdafx.h;
/cvs/cvsnt/windows-NT/cvsdiag/stdafx.h,v <-- stdafx.h
new revision: 1.1.2.2.8.2.2.3; previous revision: 1.1.2.2.8.2.2.2
done |