LDAPLoginResult

int main(string[] args) { string un = "testuser@email.com"; //string pwd = "password";

string host = "host.name.com"; LDAPLoginResult ret = login(host, un, pwd); writeln(ret); return ret.returnCode; }

Members

Variables

returnCode
int returnCode;
Undocumented in source.
userId
string userId;
Undocumented in source.

Meta