Thanks,
Peter
It's worth considering whether it makes more sense to enumerate the groups to mirror or the groups to leave alone (AUTH_LDAP_LOCAL_ONLY_GROUPS or something). The former seems a little more obvious, although in practice it probably depends on which ones are likely to be added and removed more frequently. Whatever feels right. It would be nice if we could list the DNs of groups to mirror, but the way things are set up, you need the whole set of attributes in order to map an LDAP group to a Django group. So either way it will probably have to be a list of Django group names that are applied after the mapping. Unless you can think of a way around that. To be honest, this isn't a feature I've spent much time thinking about; I've never actually used it myself.
Does this sound like the right direction?
Thanks,
Peter