LDAP get all properties
public string LoginToAD(string Username, string Password) { //DataSet ds = new DataSet(); string username = ""; int InputLength = 1; if (Username.Length >= InputLength && Password.Length >= InputLength) { string…
public string LoginToAD(string Username, string Password) { //DataSet ds = new DataSet(); string username = ""; int InputLength = 1; if (Username.Length >= InputLength && Password.Length >= InputLength) { string…