Hi
it would be great if you can add our small patch to your repository.
It is nessassary if you want to connect LDAPUserFolder to an Univention Corporate Server Directory (see http://www.univention.org/ucs.html).
Best Regards
Sven Anders
--- utils.py 2007-08-13 10:31:34.000000000 +0200
+++ utils.py.orig 2007-08-13 10:31:03.000000000 +0200
@@ -37,7 +37,6 @@
, 'groupOfNames' : 'member'
, 'accessGroup' : 'member'
, 'group' : 'member'
- , 'univentionGroup': 'uniqueMember'
}
VALID_GROUP_ATTRIBUTES = Set(list(GROUP_MEMBER_MAP.values()) +
|