[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Auth/ -> krb5.php (sommaire)

(pas de description)

Poids: 91 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Auth_krb5:: (2 méthodes):
  Auth_krb5()
  _authenticate()


Classe: Auth_krb5  - X-Ref

The Auth_krb5 class provides an kerberos implementation of the Horde
authentication system.

This driver requires the 'krb5' PHP extension to be loaded.
The module can be downloaded here:
http://www.horde.org/download/php/phpkrb5.tar.gz

Required parameters:<pre>
None.</pre>

Instead, Kerberos must be correctly configured on your system (e.g.
/etc/krb5.conf) for this class to work correctly.


$Horde: framework/Auth/Auth/krb5.php,v 1.21.10.8 2006/01/01 21:28:07 jan Exp $

Copyright 2002-2006 Michael Slusarz <slusarz@bigworm.colorado.edu>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Auth_krb5($params = array()   X-Ref
Constructs a new Kerberos authentication object.

param: array $params  A hash containing connection parameters.

_authenticate($userId, $credentials)   X-Ref
Find out if a set of login credentials are valid.

param: string $userId      The userId to check.
param: array $credentials  An array of login credentials.
return: boolean  Whether or not the credentials are valid.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7