![Netscape NETSCAPE MANAGEMENT SYSTEM 4.5 Скачать руководство пользователя страница 536](http://html1.mh-extra.com/html/netscape/netscape-management-system-4-5/netscape-management-system-4-5_installation-and-setup-manual_1674705536.webp)
Configuring Authentication for End-User Enrollment
536
Netscape Certificate Management System Installation and Setup Guide • October 2001
By default, the form named
CertBasedDualEnroll.html
is hooked up to the
Enrollment tab of the end-entity interface. You can replace this form with either of
the other two forms,
CertBasedEncryptionEnroll.html
and
CertBasedSingleEnroll.html
; you can do this by uncommenting the script
relevant to either of the forms in the index file and by commenting out the script for
CertBasedDualEnroll.html
—thus, effectively unhook the old one and hook the
new one.
To enable any of the certificate-based enrollment forms, follow these steps:
1.
In the CMS host system, go to this directory:
<server_root>/cert-<instance_id>/web/ee
2.
Locate the
index.html
file.
3.
Open the file in a text editor.
4.
Follow instructions as appropriate:
If you want to enable the
CertBasedDualEnroll.html
form, search for
CertBasedDualEnroll
. You should find a block of script like the following:
count++;
}
if (http != 'true') {
// this one is directory based, cert-based
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
item = 'certBasedDualEnroll';
menuItems[count] = top.EnrollMenu[count] =
new menuItem(item, 'CertBasedDualEnroll.html','Certificate');
If you want to enable the
CertBasedEncryptionEnroll.html
form, search for
CertBasedEncryption
. You should find a block of script like the following:
count++;
}
//
item = 'certBasedEncEnroll';
//
menuItems[count] = top.EnrollMenu[count] =
//
new menuItem(item, CertBasedEncryptionEnroll.html',
//
'Certificate');
Uncomment the lines and then add lines for using the automated enrollment
module you configured the server with. Your edited lines should look similar
to this:
Содержание NETSCAPE MANAGEMENT SYSTEM 4.5
Страница 1: ...Installation and Setup Guide Netscape Certificate Management System Version4 5 October 2001...
Страница 22: ...22 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 32: ...32 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 80: ...Standards Summary 80 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 162: ...162 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 328: ...Password Quality Checker 328 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 434: ...Deleting a Privileged User 434 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 794: ...Managing Log Modules 794 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 796: ...796 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 827: ...827 Part 5 Appendix Appendix A Certificate Download Specification...
Страница 828: ...828 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 834: ...Object Identifiers 834 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 850: ...850 Netscape Certificate Management System Installation and Setup Guide October 2001...