class documentation

class LDAPSyntaxPasswords(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method setUp Undocumented
Method testPasswordSetting_abortsOnFirstError LDAPEntry.setPassword() aborts on first error (does not parallelize, as it used to).
Method testPasswordSetting_ExtendedOperation LDAPEntry.setPassword_ExtendedOperation(newPasswd=...) changes the password.
Method testPasswordSetting_Samba_badStyle LDAPEntry.setPassword_Samba(..., style='foo') fails.
Method testPasswordSetting_Samba_defaultStyle LDAPEntry.setPassword_Samba(newPasswd=...) changes the password.
Method testPasswordSetting_Samba_sambaAccount LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaAccount') changes the password.
Method testPasswordSetting_Samba_sambaSamAccount LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaSamAccount') changes the password.
Method testPasswordSettingAll_hasSamba LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_hasSamba_differentCase LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_hasSambaSam LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_hasSambaSam_differentCase LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_maybeSamba_WillFind LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_maybeSamba_WillNotFind LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_maybeSamba_WillNotFindAnything LDAPEntry.setPassword(newPasswd=...) changes the password.
Method testPasswordSettingAll_noSamba LDAPEntry.setPassword(newPasswd=...) changes the password.
def setUp(self): (source)

Undocumented

def testPasswordSetting_abortsOnFirstError(self): (source)

LDAPEntry.setPassword() aborts on first error (does not parallelize, as it used to).

def testPasswordSetting_ExtendedOperation(self): (source)

LDAPEntry.setPassword_ExtendedOperation(newPasswd=...) changes the password.

def testPasswordSetting_Samba_badStyle(self): (source)

LDAPEntry.setPassword_Samba(..., style='foo') fails.

def testPasswordSetting_Samba_defaultStyle(self): (source)

LDAPEntry.setPassword_Samba(newPasswd=...) changes the password.

def testPasswordSetting_Samba_sambaAccount(self): (source)

LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaAccount') changes the password.

def testPasswordSetting_Samba_sambaSamAccount(self): (source)

LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaSamAccount') changes the password.

def testPasswordSettingAll_hasSamba(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_hasSamba_differentCase(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_hasSambaSam(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_hasSambaSam_differentCase(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_maybeSamba_WillFind(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_maybeSamba_WillNotFind(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_maybeSamba_WillNotFindAnything(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.

def testPasswordSettingAll_noSamba(self): (source)

LDAPEntry.setPassword(newPasswd=...) changes the password.