~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/help/html/about_netidmgr.htm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>About Network Identity Manager</title>
 
4
  <meta name="description" content="About NetIDMgr">
 
5
  <meta name="keywords" content="">
 
6
  <link rel="stylesheet" type="text/css" href="nidmgr.css">
 
7
</head>
 
8
<body>
 
9
 
 
10
<h1>About Network Identity Manager</h1>
 
11
 
 
12
<p>
 
13
This is strictly an informative page about the origins of Network
 
14
Identity Manager.
 
15
</p>
 
16
 
 
17
<h3>In the beginning</h3>
 
18
 
 
19
<p>
 
20
Network Identity Manager was conceived as an identity management
 
21
solution to make up for the shortcomings of Leash32 (distributed with
 
22
MIT Kerberos for Windows) and AFSCreds (distributed with OpenAFS).
 
23
</p>
 
24
 
 
25
<p>
 
26
The work started as Unified Credentials Manager, a final project for
 
27
the MIT course 6.831 : User Interface Design and Implementation,
 
28
taught by <a href="http://people.csail.mit.edu/rcm/">Professor Rob
 
29
Miller</a>.  By the time actual code was written, it was named
 
30
Khimaira (which was later changed to Network Identity Manager around
 
31
October, 2005).  Traces of the name Khimaira might still exist in the
 
32
source code.
 
33
</p>
 
34
 
 
35
<p>
 
36
Khimaira was presented at the <a
 
37
href="http://www.pmw.org/afsbpw05/">AFS and Kerberos Best Practices
 
38
Workshop 2005</a>.  The slides can be found on the workshop website and <a
 
39
href="http://web.mit.edu/asanka/www/misc.shtml">here</a>.
 
40
</p>
 
41
 
 
42
<p>
 
43
The work on Network Identity Manager was supported by <a
 
44
href="http://web.mit.edu">MIT</a> <a
 
45
href="http://web.mit.edu/ist/">Information Services and
 
46
Technology</a>, <a href="http://www.jpl.nasa.gov">NASA Jet Propulsion Laboratory</a>,
 
47
and <a href="http://www.secure-endpoints.com">Secure Endpoints Inc.</a>.
 
48
</p>
 
49
 
 
50
<h3>Design</h3>
 
51
 
 
52
<p>
 
53
A plugin based architecture was chosen so that support for additional
 
54
credential types and features could be added without making changes to
 
55
the mainline code.  In addition to making the application easily
 
56
extensible, this also allows the AFS plugin to be maintained within
 
57
the OpenAFS code base and separates the code supporting Kerberos 5 and
 
58
Kerberos 4.  Furthermore, it is anticipated that this would encourage
 
59
third party developers to develop plugins for NetIDMgr.
 
60
</p>
 
61
 
 
62
<p>
 
63
More information about the concepts used in the design of Network
 
64
Identity Manager can be found <a href="concepts.htm">here</a>.
 
65
</p>
 
66
 
 
67
</body>
 
68
</html>
 
 
b'\\ No newline at end of file'