# default 
AuthType Basic

# Name as you like
AuthName "NIU CSCI 330-online Realm"

# Location of the password file for this set of web pages
AuthUserFile  "/home/lx/berezin/.htpasswd"

# This allows you to put the accepted users in a separate file.
#   rather than trying to name all user here
AuthGroupFile "/home/lx/berezin/public_html/330_online/users"

# This would list users to allow to read these pages
#  require is a keyword, group is a keyword that indicates that you
#  want to use a separate file that lists valid users. This will
#  look for the previous line to find the location of that file.
#  student is a listing in that file with a list of users.
require group students
