google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

LDAP settings in Mango hardcoded #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
These settings in Mango are a mix of hardcoded and user supplied:

{{{
        self.GROUP = settings.AUTH_LDAP_GROUP
        self.GROUP_BASE = settings.AUTH_LDAP_GROUP_BASE
        self.SERVER = settings.AUTH_LDAP_SERVER
        self.USER_BASE = settings.AUTH_LDAP_USER_BASE
        self.GROUPOC = 'groupofuniquenames'
        self.USEROC = 'inetorgperson'
        self.MEMBERATTR = 'uniqueMember'
        self.USERDN = 'ou=People'
}}}

If using posixGroup instead of groupofuniquenames there is no way to pass this 
into mango. 

Original issue reported on code.google.com by amacgregor on 11 Aug 2011 at 6:33

GoogleCodeExporter commented 9 years ago

Original comment by amacgregor on 16 Aug 2011 at 2:49

GoogleCodeExporter commented 9 years ago
This is done and ready for the new release. This requires a new version of 
Mango.

Original comment by amacgregor on 18 Aug 2011 at 8:57