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
|
Resources
=========
Mailing lists
-------------
* kerberos@mit.edu is a community resource for discussion and
questions about MIT krb5 and other Kerberos implementations. To
subscribe to the list, please follow the instructions at
http://mailman.mit.edu/mailman/listinfo/kerberos.
* krbdev@mit.edu is the primary list for developers of MIT Kerberos.
To subscribe to the list, please follow the instructions at
http://mailman.mit.edu/mailman/listinfo/krbdev.
* krb5-bugs@mit.edu is notified when a ticket is created or updated.
This list helps track bugs and feature requests.
In addition, this list is used to track documentation criticism
and recommendations for improvements.
* krbcore@mit.edu is a private list for the MIT krb5 core team. Send
mail to this list if you need to contact the core team.
* krbcore-security@mit.edu is the point of contact for security problems
with MIT Kerberos. Please use PGP-encrypted mail to report possible
vulnerabilities to this list.
IRC channels
------------
The IRC channel `#kerberos` on irc.freenode.net is a community
resource for general Kerberos discussion and support.
The main IRC channel for MIT Kerberos development is `#krbdev` on
freenode.
For more information about freenode, see http://freenode.net/.
Archives
--------
* The archive http://mailman.mit.edu/pipermail/kerberos/ contains past
postings from the `kerberos@mit.edu` list.
* The http://mailman.mit.edu/pipermail/krbdev/ contains past
postings from the `krbdev@mit.edu` list.
Wiki
----
The wiki at http://k5wiki.kerberos.org/ contains useful information
for developers working on the MIT Kerberos source code. Some of the
information on the wiki may be useful for advanced users or system
administrators.
Web pages
---------
* http://web.mit.edu/kerberos/ is the MIT Kerberos software web page.
* http://kerberos.org/ is the MIT Kerberos Consortium web page.
|