]> andersk Git - moira.git/blame - reg_svr/coupons/coupon.ps
Changes from dtanner for password processing for w2k KDC, and some code
[moira.git] / reg_svr / coupons / coupon.ps
CommitLineData
75866410 1%!PS-Adobe-3.0
2%%BoundingBox: 54 72 558 720
3%%Creator: Mozilla (NetScape) HTML->PS
4%%DocumentData: Clean7Bit
5%%Orientation: Portrait
6%%Title:
7%%EndComments
8%%BeginProlog
9[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
10 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
11 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
12 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
13 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
14 /two /three /four /five /six /seven /eight /nine /colon /semicolon
15 /less /equal /greater /question /at /A /B /C /D /E
16 /F /G /H /I /J /K /L /M /N /O
17 /P /Q /R /S /T /U /V /W /X /Y
18 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
19 /d /e /f /g /h /i /j /k /l /m
20 /n /o /p /q /r /s /t /u /v /w
21 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
22 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
23 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
24 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
25 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
26 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
27 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
28 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
29 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
30 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
31 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
32 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
33 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
34 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
35/c { matrix currentmatrix currentpoint translate
36 3 1 roll scale newpath 0 0 1 0 360 arc setmatrix } bind def
37/F0
38 /Times-Roman findfont
39 dup length dict begin
40 {1 index /FID ne {def} {pop pop} ifelse} forall
41 /Encoding isolatin1encoding def
42 currentdict end
43definefont pop
44/f0 { /F0 findfont exch scalefont setfont } bind def
45/F1
46 /Times-Bold findfont
47 dup length dict begin
48 {1 index /FID ne {def} {pop pop} ifelse} forall
49 /Encoding isolatin1encoding def
50 currentdict end
51definefont pop
52/f1 { /F1 findfont exch scalefont setfont } bind def
53/F2
54 /Times-Italic findfont
55 dup length dict begin
56 {1 index /FID ne {def} {pop pop} ifelse} forall
57 /Encoding isolatin1encoding def
58 currentdict end
59definefont pop
60/f2 { /F2 findfont exch scalefont setfont } bind def
61/F3
62 /Times-BoldItalic findfont
63 dup length dict begin
64 {1 index /FID ne {def} {pop pop} ifelse} forall
65 /Encoding isolatin1encoding def
66 currentdict end
67definefont pop
68/f3 { /F3 findfont exch scalefont setfont } bind def
69/F4
70 /Courier findfont
71 dup length dict begin
72 {1 index /FID ne {def} {pop pop} ifelse} forall
73 /Encoding isolatin1encoding def
74 currentdict end
75definefont pop
76/f4 { /F4 findfont exch scalefont setfont } bind def
77
78% Project Athena Owl Logo
79% Copyright 1986 by the Massachusetts Institute of Technology
80%
81% Original developed by W. E. Sommerfeld, 1986.
82% Owl eye shading, twig tuning by J. H. Saltzer
83%
84% Adjustments of size and position are provided at the end.
85%
86/circle { dup 3 index add 2 index moveto 0 360 arc } bind def
87
88/ellipse
89 {
90 matrix currentmatrix % Push current matrix
91 5 1 roll % roll to bottom
92 3 index 2 index add 3 index moveto % move to start
93 4 2 roll translate scale % translate then scale
94 0 0 1 0 360 arc % draw it
95 setmatrix % restore matrix
96 } def
97
98/owl1 {
99% Do the filled sections first. . .
100% right eye
101newpath
102120 120 6 circle
103closepath 0 setgray fill
104newpath
105121 121 3 circle
106closepath 1 setgray fill
107% left eye
108newpath
10990 120 6 circle
110closepath 0 setgray fill
11191 121 3 circle
112closepath 1 setgray fill
1130 setgray
114
115% Containing Circle
11675 75 102 circle %75 75 100 circle
117% Left eye
11890 120 10 circle
119% Right eye
120120 120 10 circle
121% Berry on tree
12237.5 111 3 circle % 37.5 111 2.5 circle
123% Theta (outside)
124140 60 10 circle
125% Theta (inside)
126140 60 .5 circle
127
128% High leaf
129
13035 140 15 10 ellipse
131
132% Low leaf
133
13415 109 10 15 ellipse
135
136% Twigs holding leaves and berry
137
138% berry
1394 145 moveto
14036 113 lineto
141
142% high leaf
1439 140 moveto
14451 140 lineto
145
146% low leaf
14715 134 moveto
14815 93 lineto
149
150% squarish outline lines
1510 45 moveto
152-10 65 -15 120 3 146 curveto
15320 160 25 155 75 155 curveto
15475 -5 moveto
155100 -5 145 5 155 15 curveto
156165 25 160 100 155 135 curveto
157
158% Main outline of owl
159
160stroke currentlinewidth dup 2 mul setlinewidth
161
16235 14 moveto
16335 18 lineto
16436 19 lineto
16537 20 lineto
16650 20 lineto
16752 21 lineto
16855 24 lineto
16956 29 lineto
17054 34 lineto
17153 36 lineto
17251 38 lineto
17348 40 lineto
17441 43 lineto
17531 46 lineto
17626 45 lineto
17720 44 lineto
17815 43 lineto
17913 43 lineto
18011 44 lineto
18110 45 lineto
18210 46 lineto
18311 48 lineto
18413 51 lineto
18520 61 lineto
18630 75 lineto
18734 80 lineto
18840 87 lineto
18945 93 lineto
19050 97 lineto
19155 101 lineto
19260 103 lineto
19364 105 lineto
19471 105 lineto
19569 108 lineto
19667 112 lineto
19766 115 lineto
19867 120 lineto
19968 124 lineto
20071 129 lineto
20172 132 lineto
20273 135 lineto
20371 141 lineto
20475 139 lineto
20580 137 lineto
20690 136 lineto
207100 135 lineto
208120 135 lineto
209130 136 lineto
210140 137 lineto
211146 140 lineto
212144 136 lineto
213142 132 lineto
214141 125 lineto
215142 118 lineto
216142 112 lineto
217140 106 lineto
218136 100 lineto
219132 95 lineto
220129 92 lineto
221124 89 lineto
222126 86 lineto
223127 80 lineto
224126 73 lineto
225124 66 lineto
226120 60 lineto
227116 55 lineto
228110 50 lineto
229105 46 lineto
230100 43 lineto
23191 39 lineto
23284 36 lineto
23375 35 lineto
23473 30 lineto
23573 25 lineto
23674 22 lineto
23776 20 lineto
23890 20 lineto
23992 18 lineto
24092 14 lineto
24175 35 moveto
24265 33 lineto
24362 31 lineto
24461 27 lineto
24561 22 lineto
24662 20 lineto
24763 19 lineto
24864 19 lineto
24966 21 lineto
25067 25 lineto
25166 31 lineto
25265 33 lineto
253
25420 44 moveto
25520 27 lineto
25622 25 lineto
25738 25 lineto
25840 27 lineto
25940 43 lineto
260% (end of main owl outline)
261
262stroke setlinewidth
263
264% everything else
265
26631 46 moveto
26739 49 lineto
26850 53 lineto
26959 57 lineto
27076 67 lineto
27180 70 lineto
27292 80 lineto
273100 88 lineto
274102 91 lineto
275102 94 lineto
276
27771 105 moveto
27875 103 lineto
27980 101 lineto
28087 100 lineto
28192 99 lineto
28299 96 lineto
283102 94 lineto
284110 90 lineto
285124 89 lineto
286% Damned stack limit!
287} bind def /owl2 {
28826 45 moveto
28926 30 lineto
290
29135 45 moveto
29235 30 lineto
293
29464 105 moveto
29578 80 lineto
296
29733 79 moveto
29860 66 lineto
299
30068 97 moveto
30166 99 lineto
30261 98 lineto
30348 83 lineto
304
30572 90 moveto
30668 94 lineto
30765 93 lineto
30863 92 lineto
30953 82 lineto
310
31175 85 moveto
31273 87 lineto
31370 88 lineto
31466 86 lineto
31560 80 lineto
316
31777 80 moveto
31875 83 lineto
31973 83 lineto
32067 79 lineto
321
32244 73 moveto
32340 74 lineto
32438 73 lineto
32533 68 lineto
326
32751 70 moveto
32846 71 lineto
32942 69 lineto
33032 61 lineto
331
33260 66 moveto
33354 67 lineto
33446 64 lineto
33530 52 lineto
336
337105 92 moveto
338105 100 lineto
339106 104 lineto
340108 107 lineto
341110 109 lineto
342115 112 lineto
343
344105 100 moveto
345104 104 lineto
346102 107 lineto
347100 109 lineto
34895 112 lineto
349
350130 90 moveto
351150 80 lineto
352130 70 lineto
353
354137 86 moveto
355137 74 lineto
356
357130 30 moveto
358130 45 lineto
359150 45 lineto
360150 30 lineto
361
362140 45 moveto
363140 35 lineto
364} bind def
365/owl { 2 setlinewidth owl1 owl2 stroke } bind def
366
367/paint {
368pop
369
3702.1 706.6 moveto
37112 f1
372(CONFIDENTIAL) show
37316.9 678 moveto
3748 f0
375(Information) show
37628.5 669.2 moveto
377(Systems) show
3787.8 651.6 moveto
379(User Accounts) show
38034.7 642.8 moveto
381(Office) show
38211.4 634 moveto
383(Building N42) show
3846.9 625.2 moveto
385(211 Mass Ave.) show
3868.3 607.6 moveto
387(Account Help:) show
38828.5 598.8 moveto
389(x3-1325) show
39012.3 581.2 moveto
391(Athena Help:) show
39228.5 572.4 moveto
393(x3-4435) show
39421.2 563.6 moveto
395(Mac Help:) show
39628.5 554.8 moveto
397(x3-1101) show
3984.7 546 moveto
399(Windows Help:) show
40028.5 537.2 moveto
401(x3-1102) show
402124.2 662.7 moveto
40324 f1
404(Important Athena Registration) show
405221.5 635.1 moveto
406(Information) show
40773.5 602.1 moveto
40810 f0
409(Welcome to MIT! As a member of the MIT) show
41073.5 591.1 moveto
411(community, you have access to a vast array) show
41273.5 580.1 moveto
413(of computer-based facilities and tools to help) show
41473.5 569.1 moveto
415(you get your work done -- or just play. ) show
41673.5 547.1 moveto
417(But in order to take advantage of all these) show
41873.5 536.1 moveto
419(electronic resources, you first need to) show
42073.5 523.4 moveto
421(establish your identity in MIT's Kerberos) show
422239.8 526.9 moveto
4238 f0
424(TM) show
42573.5 512.4 moveto
42610 f0
427(security system. You do this by obtaining a) show
42873.5 499.7 moveto
429(user account on MIT's Athena) show
430195.6 503.2 moveto
4318 f0
432(\256) show
433201.6 499.7 moveto
43410 f0
435( system. ) show
43673.5 477.7 moveto
437(The information you need is provided below.) show
43873.5 466.7 moveto
439(Sign up now, and start using the electronic) show
44073.5 455.7 moveto
441(resources of MIT! ) show
442.9 setgray newpath
443260 620 moveto
444242 0 rlineto
4450 -170 rlineto
446-242 0 rlineto
447closepath fill
4480 setgray
449267.3 603.9 moveto
4508 f0
451(You need a Kerberos identity/Athena account to gain access to: ) show
452288.7 585.5 moveto
4532.2 2.2 c fill
454295.3 582.8 moveto
455(The ) show
456309.7 582.8 moveto
4578 f1
458(Athena) show
459334.5 582.8 moveto
4608 f0
461( system itself, MIT's campus-wide UNIX) show
462467.8 586.3 moveto
463(\256) show
464473.8 582.8 moveto
465(-based) show
466295.3 574 moveto
467(academic computing facility. You can use Athena to) show
468295.3 565.2 moveto
469(communicate with other students and faculty on-line, explore) show
470295.3 556.4 moveto
471(the internet, do class work, put up your own web pages, and) show
472295.3 547.6 moveto
473(make use of Athena's many other features and applications.) show
474288.7 532.4 moveto
4752.2 2.2 c fill
476295.3 529.7 moveto
4778 f1
478(WebSIS) show
479323.3 529.7 moveto
4808 f0
481(, MIT's online student information system, including) show
482295.3 520.9 moveto
483(pre-registration and online access to your financial and) show
484295.3 511.8 moveto
485(academic records. ) show
486355 511.8 moveto
4878 f1
488(http://student.mit.edu/) show
489288.7 496.6 moveto
4902.2 2.2 c fill
491295.3 493.9 moveto
4928 f0
493(Various electronically-run campus ) show
494407.9 493.9 moveto
4958 f1
496("lotteries") show
497444.3 493.9 moveto
4988 f0
499( \(Housing,) show
500295.3 485.1 moveto
501(Phys. Ed.\)) show
502288.7 470.2 moveto
5032.2 2.2 c fill
504295.3 467.5 moveto
505(Educational and personal discounts for computer purchases.) show
50667.9 441.5 moveto
507432.6 0 rlineto 0 -1.4 rlineto -432.6 0 rlineto closepath fill
508gsave 2.1 setlinewidth
509 67.9 434.7 moveto
510432.6 0 rlineto 0 -128.6 rlineto -432.6 0 rlineto closepath stroke
511grestore
512gsave 0.7 setlinewidth
513.9 setgray 71.4 431.2 moveto
514425.6 0 rlineto 0 -121.6 rlineto -425.6 0 rlineto closepath fill
5150 setgray 71.4 431.2 moveto
516425.6 0 rlineto 0 -121.6 rlineto -425.6 0 rlineto closepath stroke
517grestore
518131.9 413.6 moveto
5198 f3
520(Confidential) show
521213.4 412.8 moveto
52210 f1
523(ATHENA ACCOUNT COUPON) show
524377 413.6 moveto
5258 f3
526(Non-Transferable) show
527231.3 394.3 moveto
52810 f1
529(Name:) show
530217.7 371.4 moveto
531(MIT ID#:) show
532207.7 345.1 moveto
533(Key Words:) show
534132 322.8 moveto
5358 f3
536(Limit One Account) show
537gsave
538-80 20 rmoveto currentpoint translate .35 .35 scale
539owl
540grestore
541386.3 322.8 moveto
542(No Cash Value) show
543gsave
544-40 20 rmoveto currentpoint translate .35 .35 scale
545owl
546grestore
54767.9 290.2 moveto
5488 f0
549(To obtain your Athena Account and all the rights and privileges pertaining thereto, follow these instructions: ) show
55091.1 275.8 moveto
551(1.) show
552101.5 275.8 moveto
5538 f2
554(Go to any Athena workstation.) show
555199.5 275.8 moveto
5568 f0
557( There are clusters of Athena machines) show
558101.5 267 moveto
559(all over campus, and more in individual offices \(a large public cluster) show
560101.5 257.9 moveto
561(is in the Student center -- W20-575\). Click on the ) show
562262.1 257.9 moveto
5638 f1
564(Register for an) show
565101.5 248.8 moveto
566(Account) show
567129.9 248.8 moveto
5688 f0
569( button on the login screen. ) show
570101.5 231.2 moveto
5718 f2
572(Or if you have access to a web browser:) show
573230.3 231.2 moveto
5748 f0
575( Go to the web page) show
576101.5 222.1 moveto
5778 f1
578(http://web.mit.edu/register/) show
579195.4 222.1 moveto
5808 f0
581(. ) show
58291.1 204.5 moveto
583(2.) show
584101.5 204.5 moveto
585(Follow the instructions as prompted, using the information from your) show
586101.5 195.7 moveto
587(Athena Account Coupon above to answer the prompts. ) show
588101.5 178.1 moveto
589(The coupon information applies ) show
590205.9 178.1 moveto
5918 f2
592(only to you) show
593241.4 178.1 moveto
5948 f0
595( and is valid for exactly) show
596101.5 169.3 moveto
597(one use. After you have registered for your account, nobody else can) show
598101.5 160.5 moveto
599(register for an account as you, even if they find this coupon. ) show
60091.1 142.9 moveto
601(3.) show
602101.5 142.9 moveto
603(That's it! Your Athena account will become activated overnight, so) show
604101.5 133.8 moveto
605(you should be able to use the Athena system ) show
606245.7 133.8 moveto
6078 f1
608(the following day) show
609304.3 133.8 moveto
6108 f0
611(. ) show
612101.6 116.2 moveto
6138 f2
614(Note:) show
615119.3 116.2 moveto
6168 f0
617( In order to use certain MIT web-based services \(e.g., WebSIS,) show
618101.5 107.4 moveto
619(or an electronic lottery\), you need to obtain digital certificates for) show
620101.5 98.6 moveto
621(your web browser once your Athena account has been activated. The) show
622101.5 89.5 moveto
623(process is explained at: ) show
624177.9 89.5 moveto
6258 f1
626(http://web.mit.edu/is/help/cert/) show
627283.4 89.5 moveto
6288 f0
629(. ) show
630334.1 275.5 moveto
6318 f1
632(A Note About Your Username) show
633334.1 257.9 moveto
6348 f0
635(When you are prompted for a username, pick a) show
636334.1 249.1 moveto
637(name you will feel comfortable using and sharing) show
638334.1 240.3 moveto
639(with others for as long as you are at MIT -- this) show
640334.1 231.5 moveto
641(name is used for your campus e-mail account too.) show
642334.1 222.7 moveto
643(Consider that your e-mail address will be known) show
644334.1 213.9 moveto
645(to your advisor, instructors, potential employers,) show
646334.1 205.1 moveto
647(friends and maybe even your family. Note: once) show
648334.1 196.1 moveto
649(you pick your Athena username, ) show
650441 196.1 moveto
6518 f3
652(you will not be) show
653334.2 187.1 moveto
654(able to change it, ever!) show
655409.5 187.1 moveto
6568 f0
657( ) show
658334.1 156.2 moveto
6598 f1
660(A Note About Passwords) show
661334.1 138.6 moveto
6628 f0
663(Unlike your username, you can change your) show
664334.1 129.8 moveto
665(password any time you like -- in fact, you should.) show
666334.1 121 moveto
667(But pick a password that can't be easily guessed.) show
668334.1 112.2 moveto
669(Don't use words in the dictionary or names. Do) show
670334.1 103.4 moveto
671(use combinations of capital and lowercase letters,) show
672334.1 94.3 moveto
673(numbers and punctuation. ) show
674418.9 94.3 moveto
6758 f1
676(Never write down) show
677334.1 85.2 moveto
678(your password or share it with ) show
679440.8 85.2 moveto
6808 f3
681(anyone) show
682464.8 85.2 moveto
6838 f1
684(!) show
685} bind def
686
687/myform << /FormType 1 /BBox [ 0 72 504 720 ] /Matrix matrix /PaintProc { paint } >> def
688
689/dopage {
6908 6 roll
691/id exch def
692/name exch def
69354 0 translate
694myform execform
69512 f1
696502 706.6 moveto id stringwidth pop -1 mul 0 rmoveto currentpoint
697id show
69812 f0
699moveto name stringwidth pop ( -- ) stringwidth pop add -1 mul 0 rmoveto
700name show
701( -- ) show
702268.2 394.5 moveto
70310 f0
704name show
705268.2 371.6 moveto
70610 f0
707id show
708268.2 350.7 moveto
7098 f4
7106 -1 roll show
711( ) show
7125 -1 roll show
713( ) show
7144 -1 roll show
715268.2 342.3 moveto
7168 f4
7173 -1 roll show
718( ) show
719exch show
720( ) show
721show
722showpage
723} bind def
724
725(Garry Zacheiss) (996574941) (DIDDLE) (DIDDLE) (DEE) (WUBBA) (WUBBA) (WUBBA) dopage
This page took 0.141165 seconds and 5 git commands to generate.