RBAC setup

RBAC setup

Secure Home | Search | About
 General Computer Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
RBAC setup mlenart 12-01-2005
Posted by on December 1, 2005, 8:44 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Hi
I am learning how to configure RBAC and I used one of the examples that
I found on the internet to implement them. Unfortunatelly even by
following it, I am unable to make it work. Can someone take a look at
what I am doing and tell me where is the problem.

1) I added a user john:

getent passwd john
john:x:105:1::/export/home/joe:/bin/pfsh

2) now I created a role : roleA

# roleadd -d /export/home/roleA -m roleA
64 blocks

3) created a password for a role
# passwd roleA
New Password:
Re-enter new Password:
passwd: password successfully changed for roleA

4) now I am adding authorizations to the role. Crypto Management in
this case.

# rolemod -P "Crypto Management" roleA

5) ...now verification
# profiles -l roleA

Crypto Management:
/usr/sbin/cryptoadm euid=0
/usr/sfw/bin/CA.pl euid=0
/usr/sfw/bin/openssl euid=0
All:
*

6) now I am assigning roleA to the user
# usermod -R roleA john

7) and check if the role has been assigned to the user
# roles john
john : roleA

8) everything seem to be fine. Role is created, it has authorizations
assigned, and role is assigned to the user.

so now I do su roleA enter password and do
roleA$ cryptoadm stop

instead of stoping the service, i get a message back cryptoadm: not
found.

Please help me learn that because I have been trying so many times
without any success
Thank you


Similar ThreadsPosted
Using Netbui on a w2k setup June 26, 2004, 10:04 am
Network Setup Help!!! September 3, 2005, 9:50 pm
Changes in setup/configuration for VPN and IPSec?? April 26, 2007, 4:58 am
How to setup a ssh tunnel for telnet with openssh? July 6, 2005, 5:04 pm
Howto setup a certificate authority and create a signed certificate using openssl on Debian sarge March 16, 2005, 10:39 am

The site map in XML format XML site map

Contact Us | Privacy Policy