seanwlk

Results 12 comments of seanwlk

ADObject class has an attribute `sid` so there is no need to use get_attribute() The value of the attribute you are currently getting it's in bytes, you have to convert...

> In the vast majority of situations, CN is going to be the same as samAccountName. In order to not break API, I'd suggest making one of these fields optional...

Made the CN optional, but kept the change of argument name in the commit name -> sAMAccountName because what you are doing there is actually creating the account with it's...

Hi, about the aduser, is "siteadmin" the actual CN (Common Name) of the object or that's the sAMAccountName/ADUsername?. That function looks for the object in the given searchbase or whole...

`peer_player_info` query gives you that info.

Yes i never had time to reverse engineer their new way of retrieving data in the app. Pull requests are well appreciated :D

I created this package by reverse engineering the TVTime App for android https://play.google.com/store/apps/details?id=com.tozelabs.tvshowtime The problem is that when they added support for movie tracking, they created a new API gateway...

> Okay, interesting. So implementing the JWT refresh logic would probably mean a rewrite Not necessarily, from what i've seen the token that gets sent at login expires after like...

Some of those APIs dont even need auth from what i recall. I found some of my notes and one of the things that was bugging me is that you...

Hi, i just tried on my WSL with python 3.9.5 and i have no issues with the login, another user in #1 had this issue and i can't troubleshoot that...