user account priviledges


 
Thread Tools Search this Thread
Operating Systems AIX user account priviledges
# 1  
Old 10-24-2011
user account priviledges

Hi Admins,

As per my knowledge there are two types of user accounts in unix. root and normal users.
If there are any user types for which we can give some priviledges..?
Actually i want to restrict root access and create new accounts for admins with some of the priviledges.
Please let me know how i can do the same.
I have used ACL permissions in sol and hpux.But in AIX its not user friendly.

Regards
newaix
# 2  
Old 10-24-2011
You are the same user as "newaix"? Please clarify this, thanks.
# 3  
Old 10-30-2011
There is a good article in IBM Developer works on Role Based Access Control: Understanding advanced AIX features: Role-based access control in simple steps

Also, you may use the good old "sudo" based delegation. I work as user administrator and our client has relied on "sudo" over RBAC to make it easier for us as client has other UNIX systems as well. So we use it on all UNIX servers including AIX, Solaris, and RHEL. Smilie
# 4  
Old 11-05-2011
RBAC with aix5.3

Hi admins,

I want to distribute some root privileges to non-root accounts.Like user john should handle only LVM activities.User San should handle all user level activities etc.

i was searching for rbac features and found some are with 5.3

Here we can create new role but no new authorizations.

Please let me know how to create new role to perform LVM activities .

Regards
newaix
# 5  
Old 11-05-2011
You'd better to consider the sudo as agood option , No real RBAC on AIX 5.3 (there will be RBAC in AIX 6) .
# 6  
Old 11-05-2011
Hi thanks for the response.

i have downloaded binary package of sudo . Please tell me how i can modify sudoers file so that non root user john can do all levels of LVM activities.I want to John to be priviledged to perform only LVM activities ,no other root tasks.

Regards
newaix
# 7  
Old 11-05-2011
For an example of /etc/sudoers file: which gives you a hint to start have a look here
It's recommended to edit the /etc/sudoers, make sure you're logged in as root and type:
Code:
/usr/local/sbin/visudo

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

User account

I need to check actual date a user was disabled on my HP-UX server. Audit is claiming the user account was active during the last audit exercise. (7 Replies)
Discussion started by: cyriac_N
7 Replies

2. UNIX for Dummies Questions & Answers

User account logging

Hi - I want to log commands typed by oraapps user with time into some log file on runtime. HISTTIMEFORMAT="%d/%m/%y %T " works but any one with oraapps user can delete the history. OS : RHEl 5.6 Any help is appreciated. (5 Replies)
Discussion started by: oraclermanpt
5 Replies

3. Solaris

Help me create new user account

I want create user. That user should be login to any server without asking password. How? tell me in detail. :wall: (3 Replies)
Discussion started by: Navkreddy
3 Replies

4. Red Hat

User Account Sync

Hi All, I want to know is there any way where if i add a user in a centos machine the can be replicated to another centos automatically. As i have setup DRBD with heartbeat for apache webserver everything is working fine but the only thing im stuck in is about system account for ftp. Can any... (3 Replies)
Discussion started by: search4u2003
3 Replies

5. Cybersecurity

Please help identify these user account

Please help me identify these user accounts.. bin, lp, nuucp, smbnull, mysql, tftp Can we remove these user or disable these users?We have to apply the security policy about the user identification.Since it was settup by our vendor long time ago. We do not have these informations about these... (3 Replies)
Discussion started by: rdstkg
3 Replies

6. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

7. Post Here to Contact Site Administrators and Moderators

user account

hi how to disable the useraccount in aix (should not remove). (1 Reply)
Discussion started by: chomca
1 Replies

8. UNIX for Dummies Questions & Answers

root priviledges

How do you determine which users have permission to use root priviledges? (4 Replies)
Discussion started by: Ben070371
4 Replies

9. Cybersecurity

Root Priviledges

I run a HP-9000 system with HP-UX version 11.0 and Informix-4GL version 7.2. I run this system for the military. There was a security issue where only a select few could have the UID of "0". One of those individuals is me (I am the SA). My question is how can i setup my personnel to be able to... (2 Replies)
Discussion started by: JackieRyan26
2 Replies
Login or Register to Ask a Question