List Info

Thread: Auth-1.3.0r5 (beta) Released.




Auth-1.3.0r5 (beta) Released.
user name
2006-02-21 06:38:18
Can anyone that uses Auth please install and test this
latest beta of
Auth 1.3.0. Depending on feedback I am looking to getting a
stable Auth
1.3.0 released sometime next week.

Adam Ashley

On Tue, 2006-02-21 at 06:30 +0000, PEAR Announce wrote:
> The new PEAR package Auth-1.3.0r5 (beta) has been
released at http://pear.php.net/.
> 
> Release notes
> -------------
> * Fixed Bug #2873: Allow calling programs to gracefully
handle being unable
>   to connect/bind to LDAP server.
> * Fixed Bug #4918: Added support to specify which
authentication method to 
>   prefer when authenticating against a POP3 backend.
> * Fixed Bug #6644: Added support for
LDAP_OPT_REFERRALS. Setting to false can 
>   improve compatibility with Active Directory.
> * Fixed Bug #6791: Made all calls to call_user_func()
call_user_func_array and
>   made calls consistant per change done in 1.3.0r3.
> * Fixed Bug #6803: depreciated DB function. Now
requires DB >= 1.6.0
> * Fixed Bug #6808: Whenever Auth_Container_DB attempts
to change the database 
>   make sure the connection/DB object exists and is
correct before attempting to
>   
> 
> 
> Package Info
> -------------
> The PEAR::Auth package provides methods for creating an
authentication
> system using PHP.
> 
> Currently it supports the following storage containers
to read/write
> the login data:
> 
> * All databases supported by the PEAR database layer
> * All databases supported by the MDB database layer
> * All databases supported by the MDB2 database layer
> * Plaintext files
> * LDAP servers
> * POP3 servers
> * IMAP servers
> * vpopmail accounts
> * RADIUS
> * SAMBA password files
> * SOAP
>  
> 
> 
> Related Links
> -------------
> Package home: http://pear.php.net/
package/Auth
>    Changelog: htt
p://pear.php.net/package/Auth/download/1.3.0r5
>     Download: http://pear.
php.net/get/Auth-1.3.0r5.tgz
> 
> Authors
> -------------
> Martin Jansen <mjphp.net> (lead)
> James E. Flemer <jflemeralum.rpi.edu>
(developer)
> Yavor Shahpasov <yavosiava.org> (lead)
> Adam Ashley <adam.ashleyilisys.com.au> (lead)
> 
Auth-1.3.0r5 (beta) Released.
user name
2006-02-21 10:41:41
Adam Ashley wrote:
> Can anyone that uses Auth please install and test this
latest beta of
> Auth 1.3.0. Depending on feedback I am looking to
getting a stable Auth
> 1.3.0 released sometime next week.

There's a bug on Auth/Container/DB.php on line 249

" WHERE
".$this->options['usernamecol']." = 
'".$this->db->quoteSmart($username)."'&
quot;;

You should remove the single quotes around username, since
they are 
already added by DB::quoteSmart method.

The correct line should be:

" WHERE
".$this->options['usernamecol']." = 
".$this->db->quoteSmart($username);


-- 
Massimiliano Arione

http://garakkio.alterv
ista.org

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Auth-1.3.0r5 (beta) Released.
user name
2006-02-21 11:15:28
On Tue, 21 Feb 2006 11:41:41 +0100
garakstudenti.it (Massimiliano Arione) wrote:

> Adam Ashley wrote:
> > Can anyone that uses Auth please install and test
this latest beta
> > of Auth 1.3.0. Depending on feedback I am looking
to getting a
> > stable Auth 1.3.0 released sometime next week.
> 
> There's a bug on Auth/Container/DB.php on line 249
> 
> " WHERE
".$this->options['usernamecol']." = 
>
'".$this->db->quoteSmart($username)."'&
quot;;
> 
> You should remove the single quotes around username,
since they are 
> already added by DB::quoteSmart method.
> 
> The correct line should be:
> 
> " WHERE
".$this->options['usernamecol']." = 
> ".$this->db->quoteSmart($username);

Can you report a bug using this link?

http
://pear.php.net/bugs/report.php?package=Auth

Thanks,

--Pierre

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )