C# Class BLL.Ldap

Summary description for Ldap
Mostra file Open project: cdadmin/clonedeploy

Public Methods

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

Method Details

Authenticate() public method

public Authenticate ( string username, string pwd, string ldapGroup = null ) : bool
username string
pwd string
ldapGroup string
return bool

GetGroups() public method

public GetGroups ( string _filterAttribute, string _path, string ldapGroup ) : bool
_filterAttribute string
_path string
ldapGroup string
return bool

Ldap() public method

public Ldap ( ) : System
return System