From 66d76bbeaf096bac3d14b1a633e1d99be57040ee Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Tue, 12 Jan 2016 12:28:10 +1100 Subject: Remove vestiges of NISAuth plugin Fixes: https://fedorahosted.org/pki/ticket/1674 --- base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html | 508 --------------------- .../webapps/ca/ee/ca/policyEnrollment/index.html | 9 - 2 files changed, 517 deletions(-) delete mode 100644 base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html (limited to 'base/ca/shared') diff --git a/base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html b/base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html deleted file mode 100644 index d671b4b22..000000000 --- a/base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - -NIS Based User Enrollment Form - - - - - - - - - - - - - - - - - - -NIS Based User Enrollment
-
- - Use this form to submit a request for a personal certificate through your - organization's NIS. With NIS based enrollment, you need only - supply your user ID and password for the NIS; the directory - supplies the rest of the information needed for certificate issuance. - If the user ID and password are correct your certificate will be issued - automatically. - - - - - - -
 
- - - - - -
- Important: - - Be sure to request your certificate on the same computer on which you - plan to use your certificate.
- - - - -
 
- - - - - User's Identity
-Enter your user ID and password for your organization's NIS. This -information will be used to verify your identity and to obtain -information from the directory to fill in the certificate. -
- - - - - - -
-
- User ID: -
-
- -
- - - - - - - - -
-
- Password: -
-
- -
- - - - - - - -
- - - - - - - -
- -
- - - - - - - diff --git a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html index 74c3080f0..75fffe901 100644 --- a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html +++ b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html @@ -177,15 +177,6 @@ function initEnrollMenu() count++; } - // NISAuth - authenticates against NIS - if ( isAuthMgrEnabled("NISAuth") ) { - item = 'nisuser'; - menuItems[count] = top.EnrollMenu[count] = - new menuItem(item, 'NISUserEnroll.html', 'NIS'); - - count++; - } - // Kerberos - authenticates against a Kerberos server if ( isAuthMgrEnabled("KerberosAuth") ) { item = 'kerberos'; -- cgit