Sponsored Content
Full Discussion: AIX question..
Operating Systems AIX AIX question.. Post 302246111 by vidyadhar85 on Sunday 12th of October 2008 09:15:46 PM
Old 10-12-2008
by setting the UID of intusr equal to unixusr's UID you can do that but the problem still persist. in your case other teams also login with unixusr ID?? if so your problem can't be solved as i said..
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

AIX Question

Does anyone know of an AIX command that gets cpu type, speed and number of processors? TIA -mk (2 Replies)
Discussion started by: mikek147
2 Replies

2. UNIX for Advanced & Expert Users

aix's question

hi all, i'm really new to the aix system and i need ur help currently the home directory(/dev/hd1) is full, and i need to add more space to it from /dev/lv03. How do i do it?..can you show me step by step thankx (1 Reply)
Discussion started by: ichiro
1 Replies

3. UNIX for Dummies Questions & Answers

AIX Question

What does it mean when a file has non-root ownership? (1 Reply)
Discussion started by: danielssk
1 Replies

4. AIX

AIX Virtualization question for non-AIX user

Hello, My first post to the Unix forums, thanks for having me! The division of the company I work for uses a xseries/redhat/VMWareServer solution to make sure that we keep hardware overhead low and use our machines to as near capacity as we can. These boxes are Intel with usually dual or... (1 Reply)
Discussion started by: greenteabagger
1 Replies

5. UNIX for Dummies Questions & Answers

PLI on AIX question

Hi, all. Can someone please help me with one problem? Maybe it's very simple but I have confused with it and need the help please. I have some PLI programs to be moved from MVS to AIX. These programs contain some SQLs on unqualified tables (for ex., select * from table1). When I compile... (0 Replies)
Discussion started by: Anta
0 Replies

6. AIX

got a dumb question where do i get AIX 5.3 from

Guys, ive been looking about , but obviously not hard enough, Where do i get AIX 5.3 from ? DO i need to purchase it or is it free to download on a single user license ?:confused: Thanks (2 Replies)
Discussion started by: wmccull
2 Replies

7. AIX

AIX v5.2 Printer Question

Hi All, I have an AIX server runing v5.2.0.0 OS and i am trying to print to a printer attached to the parallel port. I have successfully configured a printer and a print queue. However, when i submit the job i get the following error Message from queueing system: 0781-088 Queue z:lp0 went... (4 Replies)
Discussion started by: rramanuj
4 Replies

8. AIX

AIX IP security question

Recently the network auditor found a security hole at port 50000. The port 50000 is used by db2. When I enter command "netstat -Aan |grep 50000", it showed some established connections and are all db2 processes. I have asked the application team and they answered that the port 50000 connection... (2 Replies)
Discussion started by: skeyeung
2 Replies

9. AIX

Some question about AIX

I have some question about aix: i know many unix system(hpux,solaris,etc) but never work with aix.. First question: updates/fixes are free or only commercial support? Second: Is easy like hpux,there are many differences between aix and other unix system? Thanks (5 Replies)
Discussion started by: Linusolaradm1
5 Replies
PAM_ROOTOK(8)							 Linux-PAM Manual						     PAM_ROOTOK(8)

NAME
pam_rootok - Gain only root access SYNOPSIS
pam_rootok.so [debug] DESCRIPTION
pam_rootok is a PAM module that authenticates the user if their UID is 0. Applications that are created setuid-root generally retain the UID of the user but run with the authority of an enhanced effective-UID. It is the real UID that is checked. OPTIONS
debug Print debug information. MODULE TYPES PROVIDED
The auth, acct and password module types are provided. RETURN VALUES
PAM_SUCCESS The UID is 0. PAM_AUTH_ERR The UID is not 0. EXAMPLES
In the case of the su(1) application the historical usage is to permit the superuser to adopt the identity of a lesser user without the use of a password. To obtain this behavior with PAM the following pair of lines are needed for the corresponding entry in the /etc/pam.d/su configuration file: # su authentication. Root is granted access by default. auth sufficient pam_rootok.so auth required pam_unix.so SEE ALSO
su(1), pam.conf(5), pam.d(5), pam(7) AUTHOR
pam_rootok was written by Andrew G. Morgan, <morgan@kernel.org>. Linux-PAM Manual 06/04/2011 PAM_ROOTOK(8)
All times are GMT -4. The time now is 04:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy