class documentation

class LDAPAutoFill_sambaSamAccount(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testDefaultSetting Test that fields get their default values.
Method testDefaultSetting_fixedPrimaryGroupSID Test that fields get their default values.
Method testMustHaveObjectClass Test that Autofill_samba fails unless object is a sambaSamAccount.
Method testSambaPrimaryGroupSID Test that sambaPrimaryGroupSID field is updated based on gidNumber.
Method testSambaPrimaryGroupSID_notUpdatedWhenFixed Test that sambaPrimaryGroupSID field is updated based on gidNumber.
Method testSambaPrimaryGroupSID_preExisting Test that sambaPrimaryGroupSID field is updated based on gidNumber.
Method testSambaSID Test that sambaSID field is updated based on uidNumber.
Method testSambaSID_preExisting Test that sambaSID field is updated based on uidNumber.
def testDefaultSetting(self): (source)

Test that fields get their default values.

def testDefaultSetting_fixedPrimaryGroupSID(self): (source)

Test that fields get their default values.

def testMustHaveObjectClass(self): (source)

Test that Autofill_samba fails unless object is a sambaSamAccount.

def testSambaPrimaryGroupSID(self): (source)

Test that sambaPrimaryGroupSID field is updated based on gidNumber.

def testSambaPrimaryGroupSID_notUpdatedWhenFixed(self): (source)

Test that sambaPrimaryGroupSID field is updated based on gidNumber.

def testSambaPrimaryGroupSID_preExisting(self): (source)

Test that sambaPrimaryGroupSID field is updated based on gidNumber.

def testSambaSID(self): (source)

Test that sambaSID field is updated based on uidNumber.

def testSambaSID_preExisting(self): (source)

Test that sambaSID field is updated based on uidNumber.