Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Ldap : classe permettant d'extraire les attributs specifies d'un annuaire ldap
[ Top ]
Class Variables
$basedn
[line 14]
Type: mixed
Overrides:
[ Top ]
$hostname
[line 12]
Type: mixed
Overrides:
[ Top ]
$idldap
[line 13]
Type: mixed
Overrides:
[ Top ]
$listegroupe = array()
[line 15]
Type: mixed
Overrides:
[ Top ]
Class Methods
Ldap
Ldap Ldap(
string
$hostname,
$port)
[line 23]
Initialisation de la connexion a l'annuaire ldap
Parameters:
- string $hostname -
- $port -
[ Top ]
getAttributs
array getAttributs(
string
$basedn, string
$filtre, array
$attribut)
[line 37]
Fonction retournant un tableau contenant les attributs demandes pour une liste d'objets recherches dans l'annuaire
Tags:
- return - : tableau multiple (avec tableaux imbriques pour chaque attribut : [count] et [0] à [n]
Parameters:
- string $basedn - : base de recherche
- string $filtre - : filtre de recherche - ex : cn=*
- array $attribut - : tableau contenant en cle les attributs que l'on souhaite retourner
[ Top ]