remote user administration


 
Thread Tools Search this Thread
Operating Systems Solaris remote user administration
# 1  
Old 02-22-2005
Question remote user administration

Hello, I inhearited several solaris machines (read that about 30 of them) and have a need to be able to manage the user accounts remotely.... Currently the machines all have the same users but not exactly the same spelling (each machine was locally managed before and thus every single passwd/shadow file are different. Im not a unix sysadmin by trade, I am a network security guy with a unix background and am not a complete idiot when it comes to sysadmin however im not sure how to remotely manage these machines (just the user accounts) since they were each locally maintained before, without rebuilding each passwd/shadow file manually.... Anyone have any ideas? These machiens are all remote (several locations around the US) and on private IP space but I have access to all via lan to lan VPN....

Thanks in advance

William
# 2  
Old 02-22-2005
Several different ways - if you are looking for 'one-stop shopping'. Some of these may not work - it matters what version of the OS each server is at.

NIS +
Adminsuite
More NIS+
Kerberos
SEAM


That should get you started...
# 3  
Old 03-09-2005
get the most accurate/correct copy of /etc/passwd and /etc/shadow from 1 of the servers and propagate that to the rest of the machines ... make sure your users know that they are to use the same account from that point forward to login to all the servers .... then migrate them to NIS+ (or whichever option you like) .... and then remove the local server accounts ....


or .....


create your NIS+ environment now (or whichever option you like) ... create the user accounts like they're supposed to be done ... set the passwords ... have the users login to a test machine that doesn't have their local accounts but references NIS+ ... if that works ... migrate them over to NIS+ completely ... then remove the local accounts ...



Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX user administration - queue management

Dear All Please how can I create a user which would be only able to manage queue printer like creating, release, hold etc a printer queue. He would for example be able to enter commands like : - lpstat -pprintqueue where printqueue is an existing queue on the server - enable printqueue... (0 Replies)
Discussion started by: sobnc
0 Replies

2. Red Hat

How to confirm an user logged in is a remote user?

How do I confirm if a user logged in, is remote or local? In the case if the user is remote, how to be sure what authentication/method is it using, like LDAP, NIS or other? (2 Replies)
Discussion started by: kirtikjr
2 Replies

3. Shell Programming and Scripting

User administration

Dear All, I need to restrict the users in our server. 1.History & history -c command working all groups & others.So i need to restrict history -c option for groups & others . 2.Any option available to view user activity with all Eg--->user1 Jul22 10:20:11 date 3.Any other Special... (7 Replies)
Discussion started by: kpoobathi
7 Replies

4. Solaris

Solaris User Administration

unable to run smgroup / smadd command to create or modify the users and directories. (1 Reply)
Discussion started by: sendhils13
1 Replies

5. Solaris

Solaris User Administration

Hi All..... How many maximum no of users can be created in solaris 10.0 Waiting for the reply ..... (2 Replies)
Discussion started by: sendhils13
2 Replies

6. Solaris

user administration

hi ' i am creating a primary group and a secondary group for a user. #groupadd -g 101 test #groupadd -g 102 test1 #useradd -d /export/home/user1 -m -s /bin/ksh -g test -G test user1 in /etc/passwd i can find the username as user1 and group name as test and where can i find the... (4 Replies)
Discussion started by: madhudeepan
4 Replies

7. UNIX for Dummies Questions & Answers

Tru64 User administration

Hey guys how do you check if an account is locked in tru64, and how do you unlock it? (1 Reply)
Discussion started by: sbn
1 Replies

8. UNIX for Dummies Questions & Answers

User Administration

I have an application that runs on Unix and the user administration is managed at a Unix level. The application has an application ID which is linked to the user ids which are created at Unix level. Can you please help if I can be able to track which user used the Application ID and what action was... (0 Replies)
Discussion started by: Kopano
0 Replies

9. UNIX for Dummies Questions & Answers

Remote administration

Is there a way to do remote administration on my Sun/Solaris 2.5? I have a server that is running an old copy of ARCServe 2.2 and I need to do monthly administration on it. The only way to use it is from the server so I want to use a VNC type product to do it. Since I know zip about unix, I am... (1 Reply)
Discussion started by: athpam
1 Replies
Login or Register to Ask a Question