Directory Server + RBAC on one server


 
Thread Tools Search this Thread
Operating Systems Solaris Directory Server + RBAC on one server
# 1  
Old 04-02-2010
Directory Server + RBAC on one server

Hello everyone,

I have been trying to find a way to setup a directory server working with RBAC on Solaris. I will try to figure out my environment and my concerns. Here we go :

- I have Unix servers mostly running Solaris 10 and 9 in my environment.
- I have users/user groups that need to perform administrative tasks
- I need to keep track of users (who is doing what on which server)
- I want to have a centralized server that authenticates the users as well as authorizes them using RBAC roles.

Well, as far as I know, RBAC roles must be defined on each server individually. (Please correct me if I am wrong) So according to my concerns, it does not seem to be possible to setup such an environment.

Do you have any idea how to integrate Directory Server with RBAC ? ( which means I will define my users as well as their roles using RBAC in the directory server , thus all other servers will be using this server as an authentication and authorization server. ) So at the end, I will simply add my newly installed server into my domain and with no extra effort associated groups/users will be able to use it with out any local user/pass defined on the server.

I hope I was clear enough to explain my problem. I look forward to hearing from you.

Thanks,
Niyazi
# 2  
Old 04-02-2010
Quote:
Originally Posted by niyazi
Well, as far as I know, RBAC roles must be defined on each server individually. (Please correct me if I am wrong)
They must not. RBAC roles (locally set in /etc/user_attr) can be also defined globally by using an LDAP repository thanks to the SolarisUserAttr objectclass.
# 3  
Old 04-02-2010
So my dreams would come true. Smilie

Is there anybody here who has setup such an environment ?
# 4  
Old 04-02-2010
Assuming you are using iPlanet Directory Server (now DSEE), this is done automatically by running idsconfig.

Running idsconfig (System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP)) - Sun Microsystems
# 5  
Old 04-02-2010
Thank you so much ! This link looks very helpful. I will try it asap.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to preserve time stamp while copying a directory from Server B to Server A?

Experts, Please help me out here. How to preserve time stamp while copying a directory from Server B to Server A (3 Replies)
Discussion started by: ahmed.vaghar
3 Replies

2. Shell Programming and Scripting

How to get the latest file from a directory in Server B to Server A?

ssh user@hostnameB cd /home/oracle latest_file_target=$(ls -trp -I "*.pd.Sat" -I "*.pd.Lag" -R | grep -v "/.pd" | tail -1) scp -r $latest_file_target user@hostnameA:$TARGET_DIR/ exit (1 Reply)
Discussion started by: ahmed.vaghar
1 Replies

3. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

4. Solaris

Ftp a directory to another server from the local server what is the command

ftp a directory to another server from the local server what is the command (2 Replies)
Discussion started by: PMoore
2 Replies

5. Shell Programming and Scripting

KSH fetching files from server A onto server B and putting on server C

Dear Friends, Sorry for this basic request. But I just started learning Ksh recently and still I am a newbie in this field. Q: I have files on one server and the date format is 20121001000009_224625.in which has year (yyyy) month (mm) and date (dd). I have these files on server A. The task... (8 Replies)
Discussion started by: BrownBob
8 Replies

6. Shell Programming and Scripting

FTP files from different directory from remote server to one directory in local

Hi All, I want to search for .log files from folders and sub folders in remote server and FTP them to one particular folder in the local machine. I dont want to copy the entire directory tree structure, just have to take all the .log files from all the folders by doing a recursive search from the... (3 Replies)
Discussion started by: dassv
3 Replies

7. AIX

Centralized RBAC using Active Directory or (AD LDS)

Hi everybody, I am working on the RBAC implementation on AIX 6.1 servers. There are quite a few servers and I would like the RBAC objects to be stored centrally in a LDAP database. It would be easier from the administration point of view. Has anyone ever been able to use Active Directory or... (1 Reply)
Discussion started by: romiban
1 Replies

8. Shell Programming and Scripting

Directory comparision between two server

Hi, I am trying to write a shell script that will give the comparision between two server for example: Server 1 : /a/b/c Server 2: /a/b/c First login to Server1 and check the dir sturcture and then login to Server2 and get the dir stucuture and then compare...and if there is... (2 Replies)
Discussion started by: ch33ry
2 Replies

9. Solaris

Map Unix server directory to another Unix server directory

Hi, Anybody knows how to map a particular server directory to another server directory. Both servers are unix. For example when i view the files in server A /export/home/web/doc/ , I am actually viewing the files in server B /export/home/web/doc. Have been looking for a solution for a long time.... (2 Replies)
Discussion started by: sagolo
2 Replies

10. UNIX for Advanced & Expert Users

RBAC: create a user to shut the server

Hi, I have created a user to shutdown the server using RBAC. Here are my steps: 1. roleadd -u 1000 -g 10 -d /home/stopsys -m stopsys 2. passwd stopsys 3. edit /etc/security/prof_attr to include: Shut:::able to shut the server: 4. modrole -P Shut stopsys 5. useradd -u 1001 -g 10 -d... (2 Replies)
Discussion started by: chaandana
2 Replies
Login or Register to Ask a Question