Jim Battle wrote:
I've had an IMS 5000 system for about a year; I
got it off ebay for a
song ($35), but as I didn't know any login name and corresponding
password, it has been a brick. I've thought of a couple ways to break
the security, which isn't all that secure, but didn't due to lack of
time. Finally I made time last night.
I forgot to mention a couple points.
First, the turbodos password system is weak for a couple reasons. One,
the password file is stored as plaintext. Second, when you attempt to
log in, it asks for login name, and if it isn't in the list, rejects it
before asking for the password. Thus rather than having to guess a
combination of (user, password), on only has to guess them sequentially.
Still, CP/M didn't have any type of protection, so it was an improvement.
A given login was marked as either having privilege or not, and also the
user number associated with that user. When a successful login and
password were entered, the user # (turbodos has users 0-31, not just
0-15 like CP/M) associated with the account establishes where your
directory is set to. The privileged accounts get to "USER n" to go
anywhere they want to, but the other accounts can't use USER to change.
Anyway, the final password file was:
(login, password, user#, privilege flag)
SYSTEM,SYSTEM,0,P
USER1,USER1,1,
USER2,USER2,2,
USER3,USER3,3,
DEN,,,
USER4,USER4,4,
WATER,WATER,6,
I don't think I would have guessed any of them, except maybe SYSTEM.
When I first got the machine I had tried about 50 names that came to the
top of my head.
Having looked around at the disk, user 0 has all the utilities. User 3,
DEN (short for dentist, I'm sure) had some bookkeeping files and apps.
User 31 is used by turbodos to hold some other utility files, including
the password file. Other than that, there is nothing on the disk.
There isn't any source code, games, or anything interesting at all.
Having just installed Turbodos on a NS Horizon 8/16 box, it is
interesting to note that this turbodos system is different, even though
both are turbodos 1.3. I'll need more time to explore, but this machine
seems to have a more limited set of utility applications available.