1 2<!DOCTYPE html> 3 4<html> 5 <head> 6 <meta charset="utf-8" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> 8 9 <title>Resources — MIT Kerberos Documentation</title> 10 <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> 11 <link rel="stylesheet" type="text/css" href="_static/agogo.css" /> 12 <link rel="stylesheet" type="text/css" href="_static/kerb.css" /> 13 <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> 14 <script src="_static/jquery.js"></script> 15 <script src="_static/underscore.js"></script> 16 <script src="_static/doctools.js"></script> 17 <link rel="author" title="About these documents" href="about.html" /> 18 <link rel="index" title="Index" href="genindex.html" /> 19 <link rel="search" title="Search" href="search.html" /> 20 <link rel="copyright" title="Copyright" href="copyright.html" /> 21 <link rel="prev" title="Contributing to the MIT Kerberos Documentation" href="about.html" /> 22 </head><body> 23 <div class="header-wrapper"> 24 <div class="header"> 25 26 27 <h1><a href="index.html">MIT Kerberos Documentation</a></h1> 28 29 <div class="rel"> 30 31 <a href="index.html" title="Full Table of Contents" 32 accesskey="C">Contents</a> | 33 <a href="about.html" title="Contributing to the MIT Kerberos Documentation" 34 accesskey="P">previous</a> | 35 <a href="genindex.html" title="General Index" 36 accesskey="I">index</a> | 37 <a href="search.html" title="Enter search criteria" 38 accesskey="S">Search</a> | 39 <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Resources">feedback</a> 40 </div> 41 </div> 42 </div> 43 44 <div class="content-wrapper"> 45 <div class="content"> 46 <div class="document"> 47 48 <div class="documentwrapper"> 49 <div class="bodywrapper"> 50 <div class="body" role="main"> 51 52 <section id="resources"> 53<h1>Resources<a class="headerlink" href="#resources" title="Permalink to this headline">¶</a></h1> 54<section id="mailing-lists"> 55<h2>Mailing lists<a class="headerlink" href="#mailing-lists" title="Permalink to this headline">¶</a></h2> 56<ul class="simple"> 57<li><p><a class="reference external" href="mailto:kerberos%40mit.edu">kerberos<span>@</span>mit<span>.</span>edu</a> is a community resource for discussion and 58questions about MIT krb5 and other Kerberos implementations. To 59subscribe to the list, please follow the instructions at 60<a class="reference external" href="https://mailman.mit.edu/mailman/listinfo/kerberos">https://mailman.mit.edu/mailman/listinfo/kerberos</a>.</p></li> 61<li><p><a class="reference external" href="mailto:krbdev%40mit.edu">krbdev<span>@</span>mit<span>.</span>edu</a> is the primary list for developers of MIT Kerberos. 62To subscribe to the list, please follow the instructions at 63<a class="reference external" href="https://mailman.mit.edu/mailman/listinfo/krbdev">https://mailman.mit.edu/mailman/listinfo/krbdev</a>.</p></li> 64<li><p><a class="reference external" href="mailto:krb5-bugs%40mit.edu">krb5-bugs<span>@</span>mit<span>.</span>edu</a> is notified when a ticket is created or updated. 65This list helps track bugs and feature requests. 66In addition, this list is used to track documentation criticism 67and recommendations for improvements.</p></li> 68<li><p><a class="reference external" href="mailto:krbcore%40mit.edu">krbcore<span>@</span>mit<span>.</span>edu</a> is a private list for the MIT krb5 core team. Send 69mail to this list if you need to contact the core team.</p></li> 70<li><p><a class="reference external" href="mailto:krbcore-security%40mit.edu">krbcore-security<span>@</span>mit<span>.</span>edu</a> is the point of contact for security problems 71with MIT Kerberos. Please use PGP-encrypted mail to report possible 72vulnerabilities to this list.</p></li> 73</ul> 74</section> 75<section id="irc-channels"> 76<h2>IRC channels<a class="headerlink" href="#irc-channels" title="Permalink to this headline">¶</a></h2> 77<p>The IRC channel <cite>#kerberos</cite> on libera.chat is a community resource for 78general Kerberos discussion and support.</p> 79<p>The main IRC channel for MIT Kerberos development is <cite>#krbdev</cite> on 80Libera Chat.</p> 81<p>For more information about Libera Chat, see <a class="reference external" href="https://libera.chat/">https://libera.chat/</a>.</p> 82</section> 83<section id="archives"> 84<h2>Archives<a class="headerlink" href="#archives" title="Permalink to this headline">¶</a></h2> 85<ul class="simple"> 86<li><p>The archive <a class="reference external" href="https://mailman.mit.edu/pipermail/kerberos/">https://mailman.mit.edu/pipermail/kerberos/</a> contains 87past postings from the <cite>kerberos@mit.edu</cite> list.</p></li> 88<li><p>The <a class="reference external" href="https://mailman.mit.edu/pipermail/krbdev/">https://mailman.mit.edu/pipermail/krbdev/</a> contains past postings 89from the <cite>krbdev@mit.edu</cite> list.</p></li> 90</ul> 91</section> 92<section id="wiki"> 93<h2>Wiki<a class="headerlink" href="#wiki" title="Permalink to this headline">¶</a></h2> 94<p>The wiki at <a class="reference external" href="https://k5wiki.kerberos.org/">https://k5wiki.kerberos.org/</a> contains useful information 95for developers working on the MIT Kerberos source code. Some of the 96information on the wiki may be useful for advanced users or system 97administrators.</p> 98</section> 99<section id="web-pages"> 100<h2>Web pages<a class="headerlink" href="#web-pages" title="Permalink to this headline">¶</a></h2> 101<ul class="simple"> 102<li><p><a class="reference external" href="https://web.mit.edu/kerberos/">https://web.mit.edu/kerberos/</a> is the MIT Kerberos software web page.</p></li> 103<li><p><a class="reference external" href="https://kerberos.org/">https://kerberos.org/</a> is the MIT Kerberos Consortium web page.</p></li> 104</ul> 105</section> 106</section> 107 108 109 <div class="clearer"></div> 110 </div> 111 </div> 112 </div> 113 </div> 114 <div class="sidebar"> 115 116 <h2>On this page</h2> 117 <ul> 118<li><a class="reference internal" href="#">Resources</a><ul> 119<li><a class="reference internal" href="#mailing-lists">Mailing lists</a></li> 120<li><a class="reference internal" href="#irc-channels">IRC channels</a></li> 121<li><a class="reference internal" href="#archives">Archives</a></li> 122<li><a class="reference internal" href="#wiki">Wiki</a></li> 123<li><a class="reference internal" href="#web-pages">Web pages</a></li> 124</ul> 125</li> 126</ul> 127 128 <br/> 129 <h2>Table of contents</h2> 130 <ul class="current"> 131<li class="toctree-l1"><a class="reference internal" href="user/index.html">For users</a></li> 132<li class="toctree-l1"><a class="reference internal" href="admin/index.html">For administrators</a></li> 133<li class="toctree-l1"><a class="reference internal" href="appdev/index.html">For application developers</a></li> 134<li class="toctree-l1"><a class="reference internal" href="plugindev/index.html">For plugin module developers</a></li> 135<li class="toctree-l1"><a class="reference internal" href="build/index.html">Building Kerberos V5</a></li> 136<li class="toctree-l1"><a class="reference internal" href="basic/index.html">Kerberos V5 concepts</a></li> 137<li class="toctree-l1"><a class="reference internal" href="formats/index.html">Protocols and file formats</a></li> 138<li class="toctree-l1"><a class="reference internal" href="mitK5features.html">MIT Kerberos features</a></li> 139<li class="toctree-l1"><a class="reference internal" href="build_this.html">How to build this documentation from the source</a></li> 140<li class="toctree-l1"><a class="reference internal" href="about.html">Contributing to the MIT Kerberos Documentation</a></li> 141<li class="toctree-l1 current"><a class="current reference internal" href="#">Resources</a></li> 142</ul> 143 144 <br/> 145 <h4><a href="index.html">Full Table of Contents</a></h4> 146 <h4>Search</h4> 147 <form class="search" action="search.html" method="get"> 148 <input type="text" name="q" size="18" /> 149 <input type="submit" value="Go" /> 150 <input type="hidden" name="check_keywords" value="yes" /> 151 <input type="hidden" name="area" value="default" /> 152 </form> 153 154 </div> 155 <div class="clearer"></div> 156 </div> 157 </div> 158 159 <div class="footer-wrapper"> 160 <div class="footer" > 161 <div class="right" ><i>Release: 1.21.3</i><br /> 162 © <a href="copyright.html">Copyright</a> 1985-2024, MIT. 163 </div> 164 <div class="left"> 165 166 <a href="index.html" title="Full Table of Contents" 167 >Contents</a> | 168 <a href="about.html" title="Contributing to the MIT Kerberos Documentation" 169 >previous</a> | 170 <a href="genindex.html" title="General Index" 171 >index</a> | 172 <a href="search.html" title="Enter search criteria" 173 >Search</a> | 174 <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Resources">feedback</a> 175 </div> 176 </div> 177 </div> 178 179 </body> 180</html>