ejabberd - Comments for "Authenticate Against SASL" https://www.ejabberd.im/auth_sasl en Nice! I've added a page to https://www.ejabberd.im/auth_sasl#comment-12291 <p>Nice! I've added a page to describe your contribution: <noindex><a href="/cyrsasl_gssapi" rel="nofollow" >Authenticate Against SASL GSSAPI</a></noindex>. </p> <p>Feel free to edit that page and improve the text, fix links... :)</p> Wed, 06 Jun 2007 18:05:53 +0000 mfoss comment 12291 at https://www.ejabberd.im Links https://www.ejabberd.im/auth_sasl#comment-12265 <p>The patches for GSSAPI support can be downloaded from:</p> <p><noindex><a href="http://hem.no-ip.info/esasl2.patch" title="http://hem.no-ip.info/esasl2.patch" rel="nofollow" >http://hem.no-ip.info/esasl2.patch</a></noindex><br /> <noindex><a href="http://hem.no-ip.info/ejabberd_gssapi.patch" title="http://hem.no-ip.info/ejabberd_gssapi.patch" rel="nofollow" >http://hem.no-ip.info/ejabberd_gssapi.patch</a></noindex></p> <p>They are compatible with SSO as implemented in Spark 2.5.3.</p> <p>New configuration options:<br /> {sasl_realm, "Kerberos realm"}.</p> <p>The environment variable KRB5_KTNAME needs to be set before starting ejabberd.<br /> It should contain the principal xmpp/FQDN, when FQDN is the fully qualified host name of the ejabberd server.</p> Wed, 06 Jun 2007 15:31:32 +0000 mikma comment 12265 at https://www.ejabberd.im Publish where you prefer https://www.ejabberd.im/auth_sasl#comment-9214 <p>You can publish your contribution on the place you prefer: Bugzilla, blog, personal site, the forum, the mailing list... </p> <p>Once the code is published, I add a page on Contributions and either link to the original file, or I upload it to this site.</p> Sun, 03 Jun 2007 17:59:42 +0000 mfoss comment 9214 at https://www.ejabberd.im SASL GSSAPI https://www.ejabberd.im/auth_sasl#comment-8849 <p>I'm implementing SASL GSSAPI support for ejabberd as a cyrsasl_gssapi module, which in turn uses esasl to authenticate the user instead of using the usual auth backends. I have already uploaded esasl as a patch to jungerl. Where should I upload the ejabberd module when it's ready?</p> Sat, 02 Jun 2007 21:01:22 +0000 mikma comment 8849 at https://www.ejabberd.im Real SASL support? https://www.ejabberd.im/auth_sasl#comment-7162 <p>Any chance that this module could find its way to becoming a real SASL module (as opposed to something that just calls libsasl2 to check passwords)? I actually want to be able to do GSSAPI, so I installed this, and was disappointed when I had to go read the code to find out that it doesn't actually implement SASL at all.</p> Wed, 30 May 2007 19:40:25 +0000 Garrett Wollman comment 7162 at https://www.ejabberd.im