[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/lib/Horde/ -> LDAP.php (sommaire)

(pas de description)

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

Définit 1 class

Horde_LDAP:: (3 méthodes):
  buildClause()
  quote()
  quoteDN()


Classe: Horde_LDAP  - X-Ref

This is a utility class, every method is static.

$Horde: framework/LDAP/LDAP.php,v 1.5.12.10 2006/01/01 21:28:23 jan Exp $

Copyright 1999-2006 Chuck Hagenbuch <chuck@horde.org>

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

buildClause($lhs, $op, $rhs)   X-Ref
Return a boolean expression using the specified operator.

param: string $lhs  The attribute to test.
param: string $op   The operator.
param: string $rhs  The comparison value.
return: string  The LDAP search fragment.

quote($clause)   X-Ref
Escape characters with special meaning in LDAP searches.

param: string $clause  The string to escape.
return: string  The escaped string.

quoteDN($parts)   X-Ref
Take an array of DN elements and properly quote it according to RFC
1485.

param: array $parts  An array of tuples containing the attribute
return: string  The properly quoted string DN.



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