1
00:00:00,660 --> 00:00:10,470
Now, let us see how this Require valid-user work, so we will go to our master system and we are going

2
00:00:10,470 --> 00:00:15,150
to make changes in .htaccess file.

3
00:00:15,810 --> 00:00:25,730
So instead of Require user, what we are going to specify, we are going to specified valid-.

4
00:00:28,440 --> 00:00:29,160
user.

5
00:00:32,650 --> 00:00:33,250
So.

6
00:00:35,360 --> 00:00:40,920
We can check the syntax that mean again, let us look at the file, what changes we have made.

7
00:00:41,870 --> 00:00:51,470
This is a file so we can perform the configtest, but no need to reload that server because we have

8
00:00:51,470 --> 00:00:53,420
not made any changes in that.

9
00:00:53,870 --> 00:00:56,060
Your httpd.config file.

10
00:00:57,080 --> 00:01:07,880
So now let us go to our C10 system and try to access as all users so anantika user it is able to access,

11
00:01:08,480 --> 00:01:17,110
then we will kanu user, it is able to assess, then vipin user it is able to assess.

12
00:01:17,810 --> 00:01:21,170
Then we have got nanu user with us.

13
00:01:23,530 --> 00:01:27,040
So it is allowing access to each and every user.

14
00:01:28,540 --> 00:01:31,870
So that is the purpose of the Require valid-user option.
