* examples/extauth/check_pass_null.pl: Fixed external

authentication example script (EJAB-404)

SVN Revision: 973
This commit is contained in:
Mickaël Rémond 2007-11-22 13:46:50 +00:00
parent d7d34f87e7
commit f250ee9de6
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,12 @@
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>

View File

@ -18,7 +18,7 @@ while(1)
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;