ejabberd - Comments for "External Authentication Problems" https://www.ejabberd.im/node/4368 en Disclaimer: I didn't read in https://www.ejabberd.im/node/4368#comment-56766 <p>Disclaimer: I didn't read in detail your script.</p> <p>This document says<br /> <noindex><a href="https://git.process-one.net/ejabberd/mainline/blobs/raw/2.1.x/doc/dev.html#htoc8" title="https://git.process-one.net/ejabberd/mainline/blobs/raw/2.1.x/doc/dev.html#htoc8" rel="nofollow" >https://git.process-one.net/ejabberd/mainline/blobs/raw/2.1.x/doc/dev.ht...</a></noindex><br /> "That script is supposed to do theses actions, in an infinite loop: "</p> <p>If I modify the example check_pass_null.pl<br /> and break the infinite loop to not be infinite:</p> <pre>--- a/examples/extauth/check_pass_null.pl +++ b/examples/extauth/check_pass_null.pl @@ -4,7 +4,7 @@ use Unix::Syslog qw(:macros :subs); my $domain = $ARGV[0] || "example.com"; -while(1) +while(0) { # my $rin = '',$rout; # vec($rin,fileno(STDIN),1) = 1; </pre><p>then I get exactly the same error messages that you got.</p> Wed, 27 Oct 2010 21:43:25 +0000 mfoss comment 56766 at https://www.ejabberd.im