Configuring Authentication for End-User Enrollment
Chapter
15
Setting Up End-User Authentication
517
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 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...