Operating System - HP-UX
1831301 Members
2987 Online
110023 Solutions
New Discussion

Enable access to /tcb/files/auth/ to a specific user on trusted system

 
SOLVED
Go to solution
Boissé_1
Advisor

Enable access to /tcb/files/auth/ to a specific user on trusted system

Is that possible to enable acces to a specific user on server where trusted system is enabled ??

Thanks
4 REPLIES 4
Rick Garland
Honored Contributor

Re: Enable access to /tcb/files/auth/ to a specific user on trusted system

Yes:

1 common way is to use sudo. This allows the sysadm to configure a user to have specific access.

Can be downloaded from the HP software depot or from www.courtsean.com

Steven E. Protter
Exalted Contributor
Solution

Re: Enable access to /tcb/files/auth/ to a specific user on trusted system

You can do it manually.

A few ways.

If root is not in the maximum number of groups, less than 20.

Create a new group.

add root and this user to it.

allow group access to this new group to those fiels.

This is probably a major security problem.

A better idea is to add the user if He/She/It is REALLY trusted to the same group that owns the folder.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Boissé_1
Advisor

Re: Enable access to /tcb/files/auth/ to a specific user on trusted system

Thanks for your answer.

Wher can i find a depot of sudo for HPUX11.00?
Rick Garland
Honored Contributor

Re: Enable access to /tcb/files/auth/ to a specific user on trusted system

I do not believe there is a sudo depot for < 11i

For 11.00 you can download the source from www.courtesan.com, which will have a title page that says GratiSoft

I am attaching notes that I gathered when I did the source compile.