= datastruct/backends = * defined in `multiconfig.py` entry for default group_manager option * written snippet for defining group config * make acl code use backends groups - `security/__init__.py` * make `userpref/admin.py` use backend groups code == group_config == * test if the group config backend works with acl code == group_wiki == * implemented backend support for page groups * test if the wiki group backend works with acl code * tesst for wiki group backend methods == group_ldap == * added method to see if a wiki group is also a LDAP group (`__contains__`), but no tests done = auth/ldap_login.py = * added method `memberOfGroup` - check if a user is a member of LDAP group * test if method `memberOfGroup` works (`_tests/test_ldap_login.py` - `testMemberOfGroup()`) * `MoinMoin/_tests/test_ldapgroups.py` - few tests for testing groups and users defined in LDAP through MoinMoin