-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hansoft have been setup in my company to use windows credentials. Therefore, since ObjectWrapper seems to support regular authentication only, no matter how hard I try I cannot get my program to connect to Hansoft.
I'm using this functions "combo" in my program
SessionManager.Initialize(sdkUser, sdkUserPwd, server, portNumber, databaseName);
SessionManager.Instance.Connect();
Where sdkUser, sdkUserPwd, server, portNumber, databaseName are obviously the variables containing the correct information. Since we have Windows logon sdkUser is formatted as so : "domain.com\username"
Do you have a quick fix for this and/or do you plan to release a new version of ObjectWrapper to allow Windows authentication ?
PS : Sorry for my weird username I had to Sign-up quickly - So, no I'm not a bot, and yes I'm a human.