H
Hayato Iriumi
I'm trying to come up with a function that returns boolean to check to see
if the combination of username and password can actually retrieve groups
from active directory in a smart way. The signature looks like this.
public static bool CanAccountGetADList(string Domain, string Account, string
Password)
Can anyone help please?
if the combination of username and password can actually retrieve groups
from active directory in a smart way. The signature looks like this.
public static bool CanAccountGetADList(string Domain, string Account, string
Password)
Can anyone help please?