File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,7 @@ $authen{user_module} = {
16
16
# This should be a non-empty sublist of whatever is in $authen{user_module}.
17
17
# Since the admin course provides overall power to add/delete courses, access
18
18
# to this course should be protected by the best possible authentication you
19
- # have available to you. The current default is
20
- # WeBWorK::Authen::Basic_TheLastOption which is simple password based
21
- # authentication for a password locally stored in your WeBWorK server's
22
- # database. On one hand, this is necessary as the initial setting, as it is the
23
- # only option available when a new server is being installed. However, since
24
- # this option does not make use of multi-factor authentication or provide any
25
- # capabilities to prevent dictionary attacks, etc. At the very least you should
26
- # use a very strong password. If you have the option to use a more secure
27
- # authentication approach to the admin course (one which you are confident
28
- # cannot be spoofed) that is preferable.
19
+ # have available to you.
29
20
$authen {admin_module } = [
30
21
' WeBWorK::Authen::CAS'
31
22
];
Original file line number Diff line number Diff line change @@ -16,16 +16,7 @@ $authen{user_module} = {
16
16
# This should be a non-empty sublist of whatever is in $authen{user_module}.
17
17
# Since the admin course provides overall power to add/delete courses, access
18
18
# to this course should be protected by the best possible authentication you
19
- # have available to you. The current default is
20
- # WeBWorK::Authen::Basic_TheLastOption which is simple password based
21
- # authentication for a password locally stored in your WeBWorK server's
22
- # database. On one hand, this is necessary as the initial setting, as it is the
23
- # only option available when a new server is being installed. However, since
24
- # this option does not make use of multi-factor authentication or provide any
25
- # capabilities to prevent dictionary attacks, etc. At the very least you should
26
- # use a very strong password. If you have the option to use a more secure
27
- # authentication approach to the admin course (one which you are confident
28
- # cannot be spoofed) that is preferable.
19
+ # have available to you.
29
20
$authen {admin_module } = [
30
21
' WeBWorK::Authen::LDAP'
31
22
];
You can’t perform that action at this time.
0 commit comments