Subversion Repositories Applications.papyrus

Rev

Rev 1713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 2150
Line 17... Line 17...
17
 * @author     Jan Wagner <wagner@netsols.de>
17
 * @author     Jan Wagner <wagner@netsols.de>
18
 * @author     Adam Ashley <aashley@php.net>
18
 * @author     Adam Ashley <aashley@php.net>
19
 * @author     Hugues Peeters <hugues.peeters@claroline.net>
19
 * @author     Hugues Peeters <hugues.peeters@claroline.net>
20
 * @copyright  2001-2006 The PHP Group
20
 * @copyright  2001-2006 The PHP Group
21
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
21
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
22
 * @version    CVS: $Id: LDAP.php,v 1.3 2007-11-19 15:11:00 jp_milcent Exp $
22
 * @version    CVS: $Id: LDAP.php,v 1.43 2007/06/12 03:11:26 aashley Exp $
23
 * @link       http://pear.php.net/package/Auth
23
 * @link       http://pear.php.net/package/Auth
24
 */
24
 */
Line 25... Line 25...
25
 
25
 
26
/**
26
/**
Line 195... Line 195...
195
 * @author     Jan Wagner <wagner@netsols.de>
195
 * @author     Jan Wagner <wagner@netsols.de>
196
 * @author     Adam Ashley <aashley@php.net>
196
 * @author     Adam Ashley <aashley@php.net>
197
 * @author     Hugues Peeters <hugues.peeters@claroline.net>
197
 * @author     Hugues Peeters <hugues.peeters@claroline.net>
198
 * @copyright  2001-2006 The PHP Group
198
 * @copyright  2001-2006 The PHP Group
199
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
199
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
200
 * @version    Release: 1.5.4  File: $Revision: 1.3 $
200
 * @version    Release: 1.5.4  File: $Revision: 1.43 $
201
 * @link       http://pear.php.net/package/Auth
201
 * @link       http://pear.php.net/package/Auth
202
 */
202
 */
203
class Auth_Container_LDAP extends Auth_Container
203
class Auth_Container_LDAP extends Auth_Container
204
{
204
{