Netscape MANAGEMENT SYSTEM 6.0 Installation And Setup Manual page 517

Hide thumbs Also See for NETSCAPE MANAGEMENT SYSTEM 6.0:
Table of Contents

Advertisement

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
CertBasedSingle
count++;
}
//
item = 'certBasedSingleEnroll';
//
menuItems[count] = top.EnrollMenu[count] =
//
new menuItem(item, 'CertBasedSingleEnroll.html',
//
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');
Make sure to comment out lines for any unused options.
5.
If you're using any of the default modules, except for the one provided for the
6.
directory-based enrollment (
with the name of the module you're using.
UidPwdDirAuth
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
CertBasedSingleEnroll.html
. You should find a block of script similar to this:
'Certificate');
UidPwdDirAuth
Chapter 15
Configuring Authentication for End-User Enrollment
form, search for
), edit the following line to replace
Setting Up End-User Authentication
517

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents