-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When trying to login to my Active Directory account on SkySpark, I get an AuthenticationProblem exception. But when I try a non LDAP account, it just works fine. I am sure that my password is correct. Does someone know what's going on here?
Code:
import pyhaystack
session = pyhaystack.connect(implementation='skyspark',
uri='https://<address>.nl',
username='g.noya',
password='<password>',
project='master',
pint=True)
session.get_eval('read(func)').resultoutput:
raise AuthenticationProblem()
pyhaystack.exception.AuthenticationProblem
Maybe good to know is that I first couldn't login because my username contained a dot in it. With SkySpark 3.0.28 this issue is solved but maybe not for Pyhaystack
Metadata
Metadata
Assignees
Labels
No labels