Operating System - HP-UX
1834140 Members
2919 Online
110064 Solutions
New Discussion

Re: Authentication dataase checking

 
SOLVED
Go to solution
Pete Kelly
Frequent Advisor

Authentication dataase checking

Hello there,

I have a requirement to check the consistency of the password/group/authentication files on a regular basis.

I'll be using the pwck and grpck for passwd and group - Anyone got any ideas on the authentication side?

All of our servers are trusted!

Many thanks in advance for your assistance
2 REPLIES 2
Jeff Schussele
Honored Contributor
Solution

Re: Authentication dataase checking

Hi Pete,

The command to use would be

authck -pv

man authck for further detail.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Pete Kelly
Frequent Advisor

Re: Authentication dataase checking

Jeff,

You star - Just the answer I was looking for.

Many Thanks.