T.R | Title | User | Personal Name | Date | Lines |
---|
8584.1 | Read convauth(8) | NETRIX::"[email protected]" | John McNulty | Sun Jan 26 1997 09:39 | 24 |
| From the convauth(8) man page:
DESCRIPTION
The convauth utility is used to convert existing ASCII system authorization
database files to DB format for faster access and updates. In the case of
the ttys and user-profile data, this greatly improves the performance of
login when using ENHANCED security.
Use of the DB databases is the default on V4.0, whether this means you can
delete the a-z directories or not, I don't know. But 26 empty directories
isn't going to make much difference to the system.
If you want to go back to using ASCII text file though, convauth(8) can do
that for you too. It can transport the data in both directions.
BTW, you might want to read up on the related commands, convuser(8),
edauth(8), authck(8). Get used to using edauth particularly, as it's
the only tool you can use in a disaster-recovery situation to manipulate
the TCB database files.
John
[Posted by WWW Notes gateway]
|
8584.2 | deleting the directories is the question | RHETT::SMITH | | Mon Jan 27 1997 10:39 | 12 |
|
I'm quite familiar with convauth and convuser. My question was
whether those directories could be deleted. The directories,
by the way, are not empty: they contain .proto and .new files as
well as accounts for some of the system entries (such as adm and
root).
Thanks,
Janice
|
8584.3 | | GERUND::WOLFE | I'm going to huff, and puff, and blow your house down | Mon Jan 27 1997 12:41 | 9 |
| The fact that they contain .proto and .new files means that deleting
the dirs might screw up subsequent upgrade installs. Not sure though.
I do not believe these dirs are used at all as of V4.0. They
caused serious system performance problems and were replaced with a
dbm style "database" file. Of course if you upgrade installed from
3.whatever to V4.0, they are still in use unless/until some conversion
is performed. I'm sure that is documented in the security book somewhere.
pete
|
8584.4 | correct | RHETT::SMITH | | Thu Jan 30 1997 15:50 | 13 |
| You're right about the upgrade, Pete. (That's what convauth does:
converts from the old authentication, /tcb/files/auth/some_letter
to the new auth.db.) But after the conversion (or if the user in-
stalls from scratch), do those directories and files have any
function, or are they simply holdovers from the previous code?
I know it's fairly trivial, but I've got a user who's dying to
find out.
Thanks,
Janice
|