Configuring Authentication for End-User Enrollment
Chapter
15
Setting Up End-User Authentication
537
count++;
}
if (http != 'true') {
// this one is directory based cert-based
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
item = 'certBasedEncEnroll';
menuItems[count] = top.EnrollMenu[count] =
new menuItem(item, 'CertBasedEncryptionEnroll.html',
'Certificate');
If you want to enable the
CertBasedSingleEnroll.html
form, search for
CertBasedSingle
. You should find a block of script similar to this:
count++;
}
//
item = 'certBasedSingleEnroll';
//
menuItems[count] = top.EnrollMenu[count] =
//
new menuItem(item, 'CertBasedSingleEnroll.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 like
these:
count++;
}
if (http != 'true') {
// this one is directory based cert-based
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
item = 'certBasedSingleEnroll';
menuItems[count] = top.EnrollMenu[count] =
new menuItem(item, 'CertBasedSingleEnroll.html',
'Certificate');
5.
Make sure to comment out lines for any unused options.
6.
If you’re using any of the default modules, except for the one provided for the
directory-based enrollment (
UidPwdDirAuth
), edit the following line to replace
UidPwdDirAuth
with the name of the module you’re using.
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
Summary of Contents for NETSCAPE MANAGEMENT SYSTEM 4.5
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version4 5 October 2001...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 162: ...162 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 796: ...796 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 827: ...827 Part 5 Appendix Appendix A Certificate Download Specification...
Page 828: ...828 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 850: ...850 Netscape Certificate Management System Installation and Setup Guide October 2001...