Configuring Authentication for End-User Enrollment
Chapter
15
Setting Up End-User Authentication
515
2.
Locate the file that corresponds to the authentication module you chose in
“Step 4: Add an Authentication Instance” on page 509; use Table 15-1 for
guidance.
3.
Open the file in a text editor.
4.
Locate the attribute that associates the authentication instance with the
enrollment form.
In the default enrollment forms, locate this line:
<INPUT TYPE="HIDDEN" NAME="authenticator" VALUE="myAuthMgr">
In the custom enrollment form, be sure to include the following line, and
replace
myAuthMgr
with the name of the authentication instance you added.
<INPUT TYPE=”HIDDEN” NAME=”authenticator” VALUE=”myAuthMgr”>
5.
Check the value assigned to
authenticator
attribute (the
VALUE=
field). Make
sure that it is same as the name or ID you assigned to the authentication
instance you created in Step 5. If it is different, replace it with the name of the
authentication instance. For example, if you used
test_auth
as the instance
name, the edited line should look like this:
<INPUT TYPE="HIDDEN" NAME="authenticator" VALUE="test_auth">
6.
Save your changes and close the file.
Step B. Customize the Form
You can make any other changes to meet your organization’s requirements.
Step C. Hook Up the Certificate-Based Enrollment Form
This step is required only if you want to use any of the certificate-based enrollment
forms.
As explained in the “Certificate-Based Enrollment” section in Chapter 1,
“Authentication Plug-in Modules” of CMS Plug-Ins Guide, Certificate Management
System provides three forms for certificate-based enrollment:
•
CertBasedDualEnroll.html
•
CertBasedEncryptionEnroll.html
•
CertBasedSingleEnroll.html
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.01
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version6 01 May 2002...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 160: ...160 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 776: ...776 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 807: ...807 Part 5 Appendix Appendix A Certificate Download Specification...
Page 808: ...808 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 830: ...830 Netscape Certificate Management System Installation and Setup Guide May 2002...