authentication example script (EJAB-404)
SVN Revision: 973
2007-11-16 Christophe Romain <christophe.romain@process-one.net>
- * src/ejabberd_auth_internal.erl: Better count management and batch users
- retrieval internal database
+ * src/ejabberd_auth_internal.erl: Better count management and
+ batch users retrieval internal database
+
+2007-11-14 Mickael Remond <mremond@process-one.net>
+
+ * examples/extauth/check_pass_null.pl: Fixed external
+ authentication example script (EJAB-404)
2007-11-05 Mickael Remond <mremond@process-one.net>
my $len = unpack "n",$buf;
my $nread = sysread STDIN,$buf,$len;
- my ($op,$user,$password) = split /:/,$buf;
+ my ($op,$user,$host,$password) = split /:/,$buf;
#$user =~ s/\./\//og;
my $jid = "$user\@$domain";
my $result;