class documentation

class LDAPServerWithUPNBind(unittest.TestCase): (source)

View In Hierarchy

Tests for docs/source/examples/ldaptor_with_upn_bind.py

Method checkSuccessfulBIND Do a BIND request and check that is succeeds.
Method setUp Undocumented
Method test_bindBadPassword When password don't match the BIND fails.
Method test_bindSuccessDN It can still authenticate based on the normal DN.
Method test_bindSuccessUPN It can authenticate based on the UPN.
Instance Variable root Undocumented
Instance Variable server Undocumented
Instance Variable user Undocumented
def checkSuccessfulBIND(self, bind_dn, password): (source)

Do a BIND request and check that is succeeds.

def setUp(self): (source)

Undocumented

def test_bindBadPassword(self): (source)

When password don't match the BIND fails.

def test_bindSuccessDN(self): (source)

It can still authenticate based on the normal DN.

def test_bindSuccessUPN(self): (source)

It can authenticate based on the UPN.

root = (source)

Undocumented

server = (source)

Undocumented

user = (source)

Undocumented