blob: b7d545ba6cdb18fcb372ab5b856f087ea29804c2 (
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
|
<html>
<head>
<title>Welcome to the Network Identity Manager</title>
<meta name="description" content="Welcome">
<meta name="keywords" content="welcome">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<h1>Welcome to the Network Identity Manager</h1>
<div class="inline">
<img src="images/logo.jpg"/>
</div>
<p>
The Network Identity Manager (or NetIDMgr for short) allows you to
manage your network identities and the associated credentials
(Kerberos tickets, AFS tokens, etc.).
</p>
<p>
NetIDMgr is extensible using plugins. In fact, most of the features
are implemented in plugins, some of which are themselves extensible.
Support for additional protocols and credential types can be added by
installing the appropriate plugins.
</p>
<p>
This version is distributed as a part of the MIT Kerberos for Windows
product along with the Kerberos 5 and Kerberos 4 plugins. The OpenAFS
plugin, which is required for supporting AFS tokens, is
distributed separately.
</p>
<ul>
<li><a href="copyright.htm">Legal information</a></li>
<li><a href="bugs.htm">Reporting problems</a></li>
</ul>
<h3>Getting started</h3>
<ul>
<li><a href="concepts.htm">NetIDMgr concepts</a></li>
<li><a href="using.htm">Using NetIDMgr</a></li>
<li><a href="howdoi.htm">How do I ...</a></li>
</ul>
<h3>Information for developers</h3>
<p>
If you are interested in developing plugins or extending the features
of NetIDMgr, your first stop should be the NetIDMgr SDK. This is
included in the Kerberos for Windows SDK, which itself is a part of
the Kerberos for Windows distribution.
</p>
<p>
We highly recommend interested developers to contact the <a
href="mailto:netidmgr@secure-endpoints.com">netidmgr@secure-endpoints.com</a>
mailing list.
</p>
<h3>External links</h3>
<ul>
<li><a class="external" href="http://web.mit.edu/kerberos">http://web.mit.edu/kerbeors</a>:
MIT Kerberos distribution
</li>
<li><a class="external" href="http://openafs.org">http://openafs.org</a>:
OpenAFS
</li>
</ul>
</html>
|