pwck report

Hi,
I didin't know where to post this, so I decided, here:)
The thing is, I have to put things in order on some Tru64 machines. Now, pwck gives me reports like this:

username not listed in /etc/passwd, but is in Protected Password database,

and quite a few of them. And when I look in passwd protected db file /tcb/files/auth.db and try to find those username entries, I don't find anything.
Any ideas how to make passwd file and passwd protected database file consistent, so I don't get messages like those above?

Tnx in advance!

If someone wants to know, I fond a solution.
A guy who managed users before me, used to following command for deletion:
edauth -r login
This command removed user from passwd file, but left his entry in auth.db.
Command:
edauth -dp -r login corrects the problem.
-dp switch looks and finds entry for given login and removes it from password protected database as well.