C# Class BLL.Ldap

Summary description for Ldap
Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

Méthode Description
Authenticate ( string username, string pwd, string ldapGroup = null ) : bool
GetGroups ( string _filterAttribute, string _path, string ldapGroup ) : bool
Ldap ( ) : System

Method Details

Authenticate() public méthode

public Authenticate ( string username, string pwd, string ldapGroup = null ) : bool
username string
pwd string
ldapGroup string
Résultat bool

GetGroups() public méthode

public GetGroups ( string _filterAttribute, string _path, string ldapGroup ) : bool
_filterAttribute string
_path string
ldapGroup string
Résultat bool

Ldap() public méthode

public Ldap ( ) : System
Résultat System