1
00:00:00,000 --> 00:00:12,000
So for this to work, we need to have a look at PAM, etc, pam.d.

2
00:00:12,000 --> 00:00:17,120
And I'm checking the login file and what do we see?

3
00:00:17,120 --> 00:00:22,160
We see that we have a pam underscore no login.so and you know it's easy like that.

4
00:00:22,160 --> 00:00:27,799
We see account required, which means that you do need to pass the conditions as stated

5
00:00:27,799 --> 00:00:29,719
in PAM no login.

6
00:00:29,719 --> 00:00:35,560
So let's get out and do a quick check on PAM no login, the man page.

7
00:00:35,560 --> 00:00:41,279
And there you can read that PAM no login, oh, it is reading file 2.

8
00:00:41,279 --> 00:00:44,320
And oh boy, I think I need to fix the lab.

9
00:00:44,320 --> 00:00:47,680
It's by default, it's etc no login.

10
00:00:47,680 --> 00:00:50,020
Well, we can use a file argument.

11
00:00:50,020 --> 00:00:53,880
So file is slash path no login.

12
00:00:53,880 --> 00:00:54,880
So what does that mean?

13
00:00:54,880 --> 00:01:00,639
It means that I need to go back and I'm going to tweak this line.

14
00:01:00,639 --> 00:01:05,959
And I'm making that file is no login dot txt.

15
00:01:05,959 --> 00:01:08,160
And that is what was required for this lab.

16
00:01:08,160 --> 00:01:08,839
So this is all.

