Skip to content Skip to sidebar Skip to footer
Showing posts with the label Active Directory

How Should I Escape Ldap Special Characters?

I'm using python-ldap to query Active Directory I have this DN CN=Whalen\, Sean,OU=Users,OU=Us… Read more How Should I Escape Ldap Special Characters?

Single Sign On To Django Site Via Remote Active Directory

I developed an Intranet for a client using Django. The users sign on to their computers via Active … Read more Single Sign On To Django Site Via Remote Active Directory

Working With Unicode Encoded Strings From Active Directory Via Python-ldap

I already came up with this problem, but after some testing I decided to create a new question with… Read more Working With Unicode Encoded Strings From Active Directory Via Python-ldap

Authenticating To Active Directory With Python-ldap Always Returns (97, [])

Similar to this question, I am trying to perform simple authentication to a 2003 Active Directory u… Read more Authenticating To Active Directory With Python-ldap Always Returns (97, [])

Spnego (kerberos Token Generation/validation) For Sso Using Python

I'm attempting to implement a simple Single Sign On scenario where some of the participating se… Read more Spnego (kerberos Token Generation/validation) For Sso Using Python

Django Active Directory Backend No Attribute __getitem__

I've been trying to use the snippet found here https://djangosnippets.org/snippets/2899/ to hav… Read more Django Active Directory Backend No Attribute __getitem__