1847248 Members
3054 Online
110263 Solutions
New Discussion

Re: undo pwconv

 
Felix Fong
Occasional Contributor

undo pwconv

anyone know how to undo pwconv

trusted system is more troublesome than I think

BTW, what makes HP-UX realize it should check /tcb/files/auth instead of just /etc/passwd???
3 REPLIES 3
Michael Tully
Honored Contributor

Re: undo pwconv

Use '/usr/lbin/tsconvert -r' to remove the trusted system and put it back to what it was.

For example the /usr/bin/passwd program has an in-built function that check to see if the system is trusted before it goes to the next step. Another example is you can run the '/usr/lbin/getprpw' program and will tell you if your system is trusted or not.
Anyone for a Mutiny ?
doug hosking
Esteemed Contributor

Re: undo pwconv

The presence of the file
/tcb/files/auth/system/default
is how HP-UX decides which place to look.
See iscomsec(2).
Felix Fong
Occasional Contributor

Re: undo pwconv

Thanks a lot....