1834662 Members
2777 Online
110069 Solutions
New Discussion

prpwd

 
SOLVED
Go to solution
Vogra
Regular Advisor

prpwd

Hi All!

I have a MCSG with two nodes and I want to set use of prpwd (trusted system). The question is: what about user of prpwd with MCSG for users that we set in both of nodes. My routine is, set new user on node master and then set on alternate node (copying the last line from passwd file), but I know it is not possible on trusted system...
Any idea?
Thanx,
Lima.
We are spirits in the material world
3 REPLIES 3
RAC_1
Honored Contributor

Re: prpwd

It is possible. What you do in trusted systems(and in your case under MCSG) is

on first node set the password.
On another node set the password to same as that of first one. The encryption key will lokk different. On trsuted systems the passwords are kept in /tcb database.

Anil
There is no substitute to HARDWORK
Sundar_7
Honored Contributor
Solution

Re: prpwd

Lima,

Just copying the last line from /etc/passwd to the alternate node will not do here. Trusted system passwords are kept in the /tcb/files/auth// files.

For example for the user lima, the password will be stored in the /tcb/files/auth/l/lima file.

So after copying the /etc/passwd line, also copy this file to the alternate node.

-- Sundar.
Learn What to do ,How to do and more importantly When to do ?
Sanjay_6
Honored Contributor

Re: prpwd

Here is a documented process for what you want to do,

http://www6.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072678587

The itrc doc id is UXSGKBAN00000227.

Hope this helps.

Regds