See who is logging in with a userid


 
Thread Tools Search this Thread
Operating Systems Solaris See who is logging in with a userid
# 1  
Old 06-02-2010
See who is logging in with a userid

Hi all.

Quick question.

How can I tell if someone is logging in to our unix servers with an application id and not their personal id?

Thanks
# 2  
Old 06-02-2010
What is your OS/Platform?

You might be able to leverage the last command or some other system log to identify the machine that a User is logging in from.
# 3  
Old 06-02-2010
Sorry.

SunOS 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-480R

What I am trying to accomplish is:

We recently implemented personal user id's for two of our staff and they are supposed to use these id's to login and su to the oracle user instead of logging in directly to the oracle user.

I want to verify that they are using their id's and su'ing...
Keep in mind that they may not log in to the server for weeks at a time so I could be searching my su log for months and either assume they are not using it or are not logging in to the server. either way I need to know.

Thanks for your assistance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Syslog not logging successful logging while unlocking server's console

When unlocking a Linux server's console there's no event indicating successful logging Is there a way I can fix this ? I have the following in my rsyslog.conf auth.info /var/log/secure authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

My userid is weichanghe2000 But I have no any permission

Because I cannot continue replying to you in previous thread, I have to create a new thread, Please forgive me. My userid is weichanghe2000, I want to create a new thread in "Shell Programming and Scripting", But I cannot do any operation, Please help me solve this problem. I am looking... (3 Replies)
Discussion started by: Unregistered
3 Replies

3. UNIX for Dummies Questions & Answers

userid and pw

questions: a. where can I customized the password of userid in solaris? say I wanted 10digits long, all caps? thanks (4 Replies)
Discussion started by: lhareigh890
4 Replies

4. Shell Programming and Scripting

What is the command to get name associated with userid?

Hi, 1#what is the command to get name associated with userid? 2#I am using unix on Mainframes thru OMVS. So any one know to to capture TSO command output to a variable on OMVS environment. I tried with below script, but its not working! #!/bin/ksh output=$(tso whois PA1234) echo... (6 Replies)
Discussion started by: prashant43
6 Replies

5. Red Hat

userid with nothing to do on the os/app

Hi All, I got this userid apache with the same userid and groupid and /sbin/nologin and the /www/a home folder is empty. Can I just delete this userid? How can I investigate if userid have something to do with the application? Thanks for any comment you may add. (1 Reply)
Discussion started by: itik
1 Replies

6. UNIX for Dummies Questions & Answers

display the userid's of a file

what command can I use to display the userid's only of a file; specifially the /etc/passwd file? (5 Replies)
Discussion started by: raidkridley
5 Replies

7. Shell Programming and Scripting

validating the userid and passwd

Hi i need to write a script which perform some action only when an existing and privliged user is running it. It will call another script where user ID and password are required. So in main script before calling another script I need userID and password validation....for that I can check... (0 Replies)
Discussion started by: ashish_uiit
0 Replies

8. UNIX for Advanced & Expert Users

userid

I would like to know the difference between the real user-id and the effective user-id. If user-A runs a program owned by user-B then which is the real user-id and which is the effective user-id ? (1 Reply)
Discussion started by: sundaresh
1 Replies

9. Shell Programming and Scripting

date and userid

Hi I am trying to write a script to check the log files for the trancactions based on usr input date and user input user id. I will take the user input userid and user input date and check there are any creation deletion happened, if so mail it other wise say no transactions; I got user... (2 Replies)
Discussion started by: gundu
2 Replies

10. UNIX for Dummies Questions & Answers

validating userid

What's wrong with this syntax? It's part of my 'if' statement but it doesn't seem to pass and it keeps going to the 'else' part. I thought it says that userid must start with a non-numeric character and is between 6 and 10 characters long (alphanumeric). $userid|grep -Eq '^?\{6,10\}+$' if... (2 Replies)
Discussion started by: giannicello
2 Replies
Login or Register to Ask a Question