Hi,
I am using Java SDK APIs and I have users in "domainname\userId" formats.
session.logIn("domainname\\userId","password");
When I pass user id in this format and to make the string working in "domainname\\userId" format, it gives me exception as -
Exception in thread "main" com.laserfiche.repositoryaccess.AccessDeniedException: The user account or password is incorrect.
at com.laserfiche.repositoryaccess.ProtocolUtil.decodeError(ProtocolUtil.java:83)
at com.laserfiche.repositoryaccess.Session.doLogin(Session.java:757)
at com.laserfiche.repositoryaccess.Session.logIn(Session.java:507)
Whereas I am able to login into the LF Client when proving user id in format "domainname\userId".
Is there any other format in which I need to pass user id?
What is the best way to work with windows accounts using java sdk?
Thanks,
Gupteshwar