Hi
And thanks for the replies..
The default bash files are represented in the user's home:
[root@node5 ~]# ls -la /home/sina/
total 24
drwx------. 2 sina sina 4096 Jan 22 09:24 .
drwxr-xr-x. 8 root root 4096 Jan 22 09:23 ..
-rw-------. 1 sina sina    5 Jan 22 09:24 .bash_history
-rw-------. 1 sina sina   18 Jan 22 09:23 .bash_logout
-rw-------. 1 sina sina  176 Jan 22 09:23 .bash_profile
-rw-------. 1 sina sina  124 Jan 22 09:23 .bashrc

And yes, it does ask for a password if I try to login as another
non-priviledged user.
[root@node5 ~]# su - hofozor
-sh-4.1$ su - sina
Password:
-sh-4.1$
-sh-4.1$ pwd
/home/sina


On Thu Jan 22 2015 at 10:24:42 AM Jakub Hrozek <jhro...@redhat.com> wrote:

> On Thu, Jan 22, 2015 at 10:12:09AM +0100, Jakub Hrozek wrote:
> > > [root@node5 ~]# su - sina
> >
> > One note -- calling su - sina bypasses the PAM stack mostly
>
> Sorry, this was really inaccurate. I meant to say "calling su - sina
> from root". The reason is the pam_rootok.so module in the PAM stack
> returns success and doesn't query the other modules.
>
> If you called "su - sina" from another non-privileged user, you'd be
> asked for a password.
>
> --
> Manage your subscription for the Freeipa-users mailing list:
> https://www.redhat.com/mailman/listinfo/freeipa-users
> Go To http://freeipa.org for more info on the project
>
-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project

Reply via email to