summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/key.rc
blob: d4e2473aad602448b723d7db7e842ff1bc24b611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/** BEGIN COPYRIGHT BLOCK
 * This Program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; version 2 of the License.
 * 
 * This Program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 * Place, Suite 330, Boston, MA 02111-1307 USA.
 * 
 * In addition, as a special exception, Red Hat, Inc. gives You the additional
 * right to link the code of this Program with code not covered under the GNU
 * General Public License ("Non-GPL Code") and to distribute linked combinations
 * including the two, subject to the limitations in this paragraph. Non-GPL Code
 * permitted under this exception must only link to the code of this Program
 * through those well defined interfaces identified in the file named EXCEPTION
 * found in the source code files (the "Approved Interfaces"). The files of
 * Non-GPL Code may instantiate templates or use macros or inline functions from
 * the Approved Interfaces without causing the resulting work to be covered by
 * the GNU General Public License. Only Red Hat, Inc. may make changes or
 * additions to the list of Approved Interfaces. You must obey the GNU General
 * Public License in all respects for all of the Program code and other code used
 * in conjunction with the Program except the Non-GPL Code covered by this
 * exception. If you modify this file, you may extend this exception to your
 * version of the file, but you are not obligated to do so. If you do not wish to
 * provide this exception without modification, you must delete this exception
 * statement from your version and license this file solely under the GPL without
 * exception. 
 * 
 * 
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_GETPATH DIALOG DISCARDABLE  0, 0, 293, 155
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NETSCAPE KEY PAIR FILE GENERATION"
FONT 8, "MS Sans Serif"
BEGIN
    EDITTEXT        IDE_PATH,93,110,159,13,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,39,130,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,193,129,50,14
    LTEXT           "Welcome to the key pair file generator. With this program you can generate the public and private keys that your server uses for secure communications.Make sure that you enter the full pathname of the key file.",
                    IDC_STATIC,17,17,253,28
    LTEXT           "First the server needs to know where to put the new key. You should NOT overwrite an existing key pair file ! Place the new key in a separate location. Make a note of the new key's location ! You will need it later when you request a certificate.",
                    IDC_STATIC,17,50,251,33
    LTEXT           "Key File Location:",IDC_STATIC,17,113,63,8
    LTEXT           "If you installed the server into the root c:\\Navgold, you can store the key file in c:\\Navgold\\Server\\<serverid>\\ssl\\key.db",
                    IDC_STATIC,17,87,251,16
END

IDD_GETPASSWORD DIALOG DISCARDABLE  0, 0, 293, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NETSCAPE KEY PAIR FILE PASSWORD"
FONT 8, "MS Sans Serif"
BEGIN
    EDITTEXT        IDE_GETPASSWORD,98,104,159,13,ES_PASSWORD | 
                    ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,45,125,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,190,123,50,14
    LTEXT           "Finally, enter a password which will be used to encrypt the key pair file. You will use this password when starting up and shutting down your server.",
                    IDC_STATIC,18,24,253,20
    LTEXT           "Note: Be sure to keep this password safe ! If you must write down the password, the physical safety of the recording is your responsibility.",
                    IDC_STATIC,18,50,251,19
    LTEXT           "Password",IDC_STATIC,18,105,63,8
    LTEXT           "The password must be at least 8 characters long, and must contain at least one non-alphabetic character in it. It should not be a word in any dictionary.",
                    IDC_STATIC,18,77,255,24
    LTEXT           "A random seed has been successfully generated !!",
                    IDC_STATIC,18,4,246,15
END

IDD_GETPASSWORD2 DIALOG DISCARDABLE  0, 0, 265, 116
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NETSCAPE KEY PAIR FILE PASSWORD"
FONT 8, "MS Sans Serif"
BEGIN
    EDITTEXT        IDE_GETPASSWORD2,67,50,159,13,ES_PASSWORD | 
                    ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,67,78,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,176,78,50,14
    LTEXT           "Password",-1,10,54,50,8
    LTEXT           "Reenter the password for verification:",-1,10,18,255,24
END

IDD_GETCERT DIALOG DISCARDABLE  0, 0, 293, 115
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NETSCAPE KEY CERTIFICATE GENERATION"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,125,90,50,14
    LTEXT           "Congratulations ! Your new key is in the file:",
                    IDC_STATIC,19,17,253,14
    LTEXT           "The next step is to generate a certificate. Select the hyperlink ""Request or renew a certificate from the server manager.",
                    IDC_STATIC,19,60,251,22
    LTEXT           "Static",IDC_KEYFILE,19,38,223,8
END

IDD_GETSEED DIALOG DISCARDABLE  0, 0, 301, 156
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NETSCAPE RANDOM NUMBER SEED GENERATION"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Next a random seed must be generated to complete the creation of your key  pair file. You have to provide mouse input for this to happen. Move your mouse continuously and randomly on the desktop to provide this input.",
                    IDC_STATIC,15,12,250,29
    LTEXT           "On NT3.51 systems a progress bar will appear to inform you how much more random mouse input the program needs to generate its random seed. When enough input has been obtained from you, another dialog box will notify you.",
                    IDC_STATIC,15,48,259,25
    LTEXT           "As you move the mouse, the location of the cursor is sampled at random intervals and this is added to a sample of a high frequency counter to generate the random seed. Click OK to begin.",
                    IDC_STATIC,15,83,256,33
    PUSHBUTTON      "OK",IDOK,125,137,50,14
    LTEXT           "This process could take from 30 seconds to a minute of continuous mouse input.",
                    IDC_STATIC,15,119,281,8
END

IDD_UPDATE DIALOG DISCARDABLE  0, 0, 185, 74
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Collecting Random User Input  ....."
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Static",IDC_UPDATE,13,8,150,59
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "\r\n"
    "\0"
END

/////////////////////////////////////////////////////////////////////////////
#endif    // APSTUDIO_INVOKED


#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED