mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
* examples/extauth/check_pass_null.pl: Fixed external
authentication example script (EJAB-404) SVN Revision: 973
This commit is contained in:
parent
d7d34f87e7
commit
f250ee9de6
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user