Colby Prior
Colby Prior
I ran into this same issue. I replaced the `cursor.execute(cmd)` with a `cursor.executescript(cmd)` in the analytics model and this fixed the attack for me. Perhaps I should submit this as...
It looks like I got mixed up when I was testing this. `cursor.executescript` runs the SQL however it doesn't actually return the result. Sorry about that, my fault. There isn't...
It works with the higher duration now! I also tested using the `-account` flag to use a different duration and added it to the readme. If you try to use...
Berg reminded me to look at this again. So the way I was managing accounts that had limits on their session duration was like this: ``` [account_map] 0123456789 = account-1...
I struggled a bit with getting code to catch the exception, I hope I added that correctly. It will now catch the ValidationError and display that error if the session...
@Breee I am trying to get this working for a new install. I did notice that there is an option in Azure AD to limit the groups passed through in...
I would like to give some of these exercises a go, could the PDF be made public? I can help with updating the documentation as well.