murali2104
Technical User
Hi,
Our sysadmin sets up users like rootqa, root123..etc.
With that user name we can login and install all applications.
But after login if I add thise user to my application it does not recognize and throws a security error.
If I add root as the user it works fine even when I login as root123/rootqa.
Is this a problem?
bash-2.03# id root
uid=0(root) gid=1(other)
bash-2.03# id root123
uid=0(root) gid=0(root)
bash-2.03# cat /etc/passwd|grep root
root:x:0:1:Super-User:/:/sbin/sh
root123:x:0:0::/opt/root123:/bin/ksh
bash-2.03# cat /etc/group|grep root
root::0:root
bin::2:root,bin,daemon
sys::3:root,bin,sys,adm
adm::4:root,adm,daemon
uucp::5:root,uucp
mail::6:root
tty::7:root,tty,adm
lp::8:root,lp,adm
nuucp::9:root,nuucp
daemon::12:root,daemon
Our sysadmin sets up users like rootqa, root123..etc.
With that user name we can login and install all applications.
But after login if I add thise user to my application it does not recognize and throws a security error.
If I add root as the user it works fine even when I login as root123/rootqa.
Is this a problem?
bash-2.03# id root
uid=0(root) gid=1(other)
bash-2.03# id root123
uid=0(root) gid=0(root)
bash-2.03# cat /etc/passwd|grep root
root:x:0:1:Super-User:/:/sbin/sh
root123:x:0:0::/opt/root123:/bin/ksh
bash-2.03# cat /etc/group|grep root
root::0:root
bin::2:root,bin,daemon
sys::3:root,bin,sys,adm
adm::4:root,adm,daemon
uucp::5:root,uucp
mail::6:root
tty::7:root,tty,adm
lp::8:root,lp,adm
nuucp::9:root,nuucp
daemon::12:root,daemon