The AuthType directive sets the type of authorization used in this directory or front panel.
This directive applies to Global and per-directory ACFs.
The AuthName, AuthUserFile, and AuthGroupFile directives must accompany this directive for user authentication to work properly.
AuthType type
type is the authentication type to use for this directory or front panel. Currently, only the value Basic is supported for type.
access.cfg
There is no default.
The following directive sets the authorization type of this directory to Basic:
AuthType Basic